Add remaining tooltips
This commit is contained in:
parent
c31535db9c
commit
737d999370
|
@ -185,8 +185,8 @@
|
|||
"exec": "${HOME}/scripts/waybar/waybar-pkg.sh bar"
|
||||
},
|
||||
"custom/bar": {
|
||||
"format": "\u200a",
|
||||
"tooltip": false,
|
||||
"interval": 86400,
|
||||
"exec": "echo '\u200a\nLock bar\n'",
|
||||
"on-click": "${HOME}/scripts/waybar/toggle.sh"
|
||||
},
|
||||
"idle_inhibitor": {
|
||||
|
@ -205,7 +205,6 @@
|
|||
},
|
||||
"custom/clock": {
|
||||
"interval": 60,
|
||||
"tooltip": true,
|
||||
"on-click": "${HOME}/.local/bin/firefox/firefox-bin https://papillon.john.me.tz/calendar.php",
|
||||
"return-type": "json",
|
||||
"exec": "echo '{\"class\": \"clock\", \"text\": \"'$(date '+%H:%M')'\", \"tooltip\": \"'$(date '+%A, %B %d, %Y | %Y-%m-%d')'\"}'"
|
||||
|
|
Loading…
Reference in New Issue