diff --git a/home/gui/sway.nix b/home/gui/sway.nix index 2c9cff6..1482a8d 100644 --- a/home/gui/sway.nix +++ b/home/gui/sway.nix @@ -33,7 +33,7 @@ modules-left = ["sway/workspaces" "sway/mode" "wlr/workspaces" "custom/mycal"]; modules-center = []; # modules-right = ["idle_inhibitor" "custom/mytimew" "pulseaudio" "custom/mymusic" "bluetooth" "network" "backlight" "battery" "battery#bat2" "tray" "custom/mycal" "clock"]; - modules-right = ["idle_inhibitor" "custom/weather" "pulseaudio" "custom/mymusic" "bluetooth" "network" "backlight" "battery" "battery#bat2" "tray" "custom/mycal" "clock"]; + modules-right = ["idle_inhibitor" "custom/weather" "custom/mytimew" "pulseaudio" "custom/mymusic" "bluetooth" "network" "backlight" "battery" "battery#bat2" "tray" "custom/mycal" "clock"]; bluetooth = { format-alt = "bt: {status}"; format-on = "bt"; @@ -191,7 +191,7 @@ #pulseaudio { background: #ffb86c; color: #000000; } #pulseaudio.muted { background: #90b1b1; color: #2a5c45; } #custom-weather { background: #bd93f9; color: #000000; } - #custom-mytimew { background: #bd93f9; color: #000000; } + #custom-mytimew { background: #8be9fd; color: #000000; } #custom-mymusic { background: #8be9fd; color: #000000; } #custom-mycal { background: #cccc99; color: #2a5c45; } #temperature { background: #f0932b; }