Add remaining tooltips

This commit is contained in:
John Mertz 2022-09-23 17:42:01 -04:00
parent c31535db9c
commit 737d999370
1 changed files with 2 additions and 3 deletions

View File

@ -185,8 +185,8 @@
"exec": "${HOME}/scripts/waybar/waybar-pkg.sh bar" "exec": "${HOME}/scripts/waybar/waybar-pkg.sh bar"
}, },
"custom/bar": { "custom/bar": {
"format": "\u200a", "interval": 86400,
"tooltip": false, "exec": "echo '\u200a\nLock bar\n'",
"on-click": "${HOME}/scripts/waybar/toggle.sh" "on-click": "${HOME}/scripts/waybar/toggle.sh"
}, },
"idle_inhibitor": { "idle_inhibitor": {
@ -205,7 +205,6 @@
}, },
"custom/clock": { "custom/clock": {
"interval": 60, "interval": 60,
"tooltip": true,
"on-click": "${HOME}/.local/bin/firefox/firefox-bin https://papillon.john.me.tz/calendar.php", "on-click": "${HOME}/.local/bin/firefox/firefox-bin https://papillon.john.me.tz/calendar.php",
"return-type": "json", "return-type": "json",
"exec": "echo '{\"class\": \"clock\", \"text\": \"'$(date '+%H:%M')'\", \"tooltip\": \"'$(date '+%A, %B %d, %Y | %Y-%m-%d')'\"}'" "exec": "echo '{\"class\": \"clock\", \"text\": \"'$(date '+%H:%M')'\", \"tooltip\": \"'$(date '+%A, %B %d, %Y | %Y-%m-%d')'\"}'"