removed commas, forgot i was coding in nix

This commit is contained in:
Gabriella Bere 2024-08-23 09:50:48 +01:00
parent fdfe3152c7
commit 1f9d627203

View file

@ -139,7 +139,7 @@
];
modules-left = [ "wlr/workspaces" "wlr/mode" "wlr/taskbar" ];
modules-center = [ "wlr/window" "clock" ];
modules-right = [ "idle_inhibitor", "pulseaudio", "backlight", "battery", "tray" ];
modules-right = [ "idle_inhibitor" "pulseaudio" "backlight" "battery" "tray" ];
"custom/hello-from-waybar" = {
format = "hello {}";