waybar config changes

This commit is contained in:
Kabbone 2022-09-29 21:21:05 +02:00
parent bbfa122461
commit b4e2518733

View File

@ -88,11 +88,11 @@
#"HDMI-A-2" #"HDMI-A-2"
]; ];
tray = { spacing = 10; }; tray = { spacing = 10; };
#modules-center = [ "clock" ]; modules-center = [ "clock" ];
#modules-left = [ "sway/workspaces" "sway/window" "sway/mode" ]; modules-left = [ "sway/workspaces" "sway/window" "sway/mode" ];
#modules-left = [ "wlr/workspaces" ]; #modules-left = [ "wlr/workspaces" ];
#modules-right = [ "cpu" "memory" "disk" "pulseaudio" "battery" "network" "tray" ]; modules-right = [ "cpu" "memory" "disk" "pulseaudio" "battery" "network" "tray" ];
modules-right = [ "cpu" "memory" "pulseaudio" "clock" "tray" ]; #modules-right = [ "cpu" "memory" "pulseaudio" "clock" "tray" ];
"sway/workspaces" = { "sway/workspaces" = {
format = "<span font='12'>{icon}</span>"; format = "<span font='12'>{icon}</span>";