rearrange and color mode

This commit is contained in:
steven 2025-05-07 17:05:19 -04:00
parent ca6eead644
commit b4c1d157f1
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"margin":4,
"modules-left":["sway/workspaces","sway/mode"],
"modules-left":["sway/mode","sway/workspaces"],
"modules-center":["mpris"],
"modules-right":["privacy","custom/weather","network#warp","network#wifi","wireplumber","backlight","battery","clock","tray"],
"sway/workspaces":{

View file

@ -17,6 +17,6 @@ window#waybar{
color:white;
}
#workspaces button.urgent,#battery.warning:not(.charging){
#workspaces button.urgent,#mode,#battery.warning:not(.charging){
background-color:firebrick;
}