Add waybar styling

This commit is contained in:
2026-01-21 22:48:05 +01:00
parent bf77c4eb87
commit be20fe770f
2 changed files with 40 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
programs.waybar = {
enable = true;
style = builtins.readFile ./waybar-style.css;
settings.mainBar = {
layer = "top";
position = "top";
@@ -33,6 +35,7 @@
};
"wlr/taskbar" = {
format = "{icon} {name}";
on-click = "activate";
};
};