removed commas, forgot i was coding in nix
This commit is contained in:
parent
fdfe3152c7
commit
1f9d627203
1 changed files with 1 additions and 1 deletions
|
@ -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 {}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue