Changes for uwsm, theme and env

Move env to uwsm
GNOME keyring fixes
Theme refactoring
Walker theme tweaks
Add notifications to waybar
This commit is contained in:
2025-10-27 23:01:16 +01:00
parent c07303e8f8
commit b257feb92a
9 changed files with 2902 additions and 42 deletions

View File

@@ -1,4 +1,5 @@
{
"output": "!DP-6",
"reload_style_on_change": true,
"layer": "top",
"position": "top",
@@ -10,6 +11,7 @@
"modules-center": ["clock", "custom/update", "custom/screenrecording-indicator"],
"modules-right": [
"tray",
"custom/notification",
"bluetooth",
"network",
"pulseaudio",
@@ -53,7 +55,26 @@
"signal": 7,
"interval": 3600
},
"custom/notification": {
"tooltip": true,
"format": "{icon}",
"format-icons": {
"notification": "󱅫",
"none": "󰂜",
"dnd-notification": "󰂠",
"dnd-none": "󰪓",
"inhibited-notification": "󰂛",
"inhibited-none": "󰪑",
"dnd-inhibited-notification": "󰂛",
"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 -sw",
"escape": true
},
"cpu": {
"interval": 5,
"format": "󰍛",
@@ -106,8 +127,7 @@
},
"pulseaudio": {
"format": "{icon}",
"on-click": "$TERMINAL --class=Wiremix -e wiremix",
"on-click-right": "pamixer -t",
"on-click": "pavucontrol",
"tooltip-format": "Playing at {volume}%",
"scroll-step": 5,
"format-muted": "",