New backup 2024-11-22 10:45:02

This commit is contained in:
Penelope Gwen 2024-11-22 10:45:02 -08:00
parent a1099fb738
commit 89694fe0a8

View file

@ -7,7 +7,7 @@
// module order
"modules-left": ["custom/sway-profile","sway/workspaces","sway/mode","sway/scratchpad","sway/window"],
"modules-center": ["custom/sonixd"],
"modules-right": ["idle_inhibitor", "pulseaudio", "network", "custom/nmvpn", "bluetooth", "memory", "battery", "clock", "tray"],
"modules-right": ["idle_inhibitor", "pulseaudio", "network", "custom/nmvpn", "bluetooth", "memory", "battery", "clock", "tray","custom/sway-power",],
// Modules configuration
@ -167,3 +167,10 @@
}
}
//sway profile
"custom/sway-profile": {
"format": "  ",
"on-click":"swaymsg exec 'sp-powermenu'"
}
}