|
|
|
@ -1,4 +1,4 @@ |
|
|
|
//* ---- 💫 https://github.com/JaKooLit 💫 ---- *// |
|
|
|
git@github.com:SherLock707/Hyprland-Dots.git//* ---- 💫 https://github.com/JaKooLit 💫 ---- *// |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
// HYPRLAND WORKSPACES. CHOOSE as desired and place on waybar configs |
|
|
|
// HYPRLAND WORKSPACES. CHOOSE as desired and place on waybar configs |
|
|
|
@ -714,7 +714,26 @@ |
|
|
|
"interval" : 86400, // once every day |
|
|
|
"interval" : 86400, // once every day |
|
|
|
"tooltip": true, |
|
|
|
"tooltip": true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
"custom/swaync": { |
|
|
|
|
|
|
|
"tooltip": false, |
|
|
|
|
|
|
|
"format": "{icon} {}", |
|
|
|
|
|
|
|
"format-icons": { |
|
|
|
|
|
|
|
"notification": "<span foreground='red'><sup></sup></span>", |
|
|
|
|
|
|
|
"none": "", |
|
|
|
|
|
|
|
"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": "sleep 0.1 && swaync-client -t -sw", |
|
|
|
|
|
|
|
"on-click-right": "swaync-client -d -sw", |
|
|
|
|
|
|
|
"escape": true, |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|