mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-03 05:40:38 -04:00
Waybar + Pywal Changes
This commit is contained in:
parent
7bcecff8d1
commit
ad7b72af43
2 changed files with 63 additions and 25 deletions
|
@ -6,9 +6,9 @@
|
|||
// "width": 1280, // Waybar width
|
||||
// "spacing": 4, // Gaps between modules (4px)
|
||||
// Choose the order of the modules
|
||||
"modules-left": ["custom/menu", "hyprland/workspaces", "custom/updates"],
|
||||
"modules-left": ["custom/menu", "hyprland/workspaces", "custom/swaync", "custom/updates"],
|
||||
"modules-center": ["custom/playerctl", "custom/playerlabel"],
|
||||
"modules-right": ["network", "custom/div", "pulseaudio", "custom/div", "clock", "tray", "custom/power"],
|
||||
"modules-right": ["network", "pulseaudio", "clock", "tray", "custom/power"],
|
||||
|
||||
"keyboard-state": {
|
||||
"numlock": true,
|
||||
|
@ -227,10 +227,31 @@
|
|||
"on-click": "activate",
|
||||
"on-click-middle": "close"
|
||||
},
|
||||
},
|
||||
"custom/swaync": {
|
||||
"tooltip": true,
|
||||
"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
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue