Initial swaync config

This commit is contained in:
John Mertz 2024-10-02 12:48:05 -06:00
parent 1b5769229d
commit b81567d87d
1 changed files with 21 additions and 0 deletions

View File

@ -172,6 +172,27 @@
"exec": "${HOME}/scripts/waybar/waybar-gammastep.sh", "exec": "${HOME}/scripts/waybar/waybar-gammastep.sh",
"on-click": "${HOME}/scripts/waybar/waybar-gammastep.sh toggle" "on-click": "${HOME}/scripts/waybar/waybar-gammastep.sh toggle"
}, },
"custom/nc": {
"on-click": "swaync-client -t",
"tooltip": true,
"format": "{icon}",
"format-icons": {
"notification": " <span foreground=red><sup></sup></span>",
"none": "<span style='color: #928374'> </span>",
"dnd-notification": " <span foreground=red><sup></sup></span>",
"dnd-none": " ",
"inhibited-notification": " <span foreground=red><sup></sup></span>",
"inhibited-none": " ",
"dnd-inhibited-notification": " <span foreground=red><sup></sup></span>",
"dnd-inhibited-none": " "
},
"return-type": "json",
"exec-if": "which swaync-client",
"exec": "swaync-client -swb",
"on-click": "swaync-client -t -sw",
"on-click-right": "swaync-client -d",
"escape": true
},
"custom/clock": { "custom/clock": {
"interval": 60, "interval": 60,
"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",