waybar: move to bottom and rearrange widgets

This commit is contained in:
Aly Raffauf 2024-08-10 16:37:12 -04:00
parent 5aa8e9bea1
commit da7ae88e3b

View file

@ -15,19 +15,25 @@ in {
height = 32;
layer = "top";
output = ["*"];
position = "top";
position = "bottom";
modules-left =
lib.optionals (cfg.desktop.hyprland.enable)
["hyprland/workspaces" "hyprland/submap"]
lib.optionals (cfg.desktop.hyprland.tabletMode.enable)
["group/tablet"]
++ lib.optionals (cfg.desktop.hyprland.enable)
["hyprland/submap"]
++ lib.optionals (cfg.desktop.sway.enable)
["sway/workspaces" "sway/scratchpad" "sway/mode"]
++ lib.optionals (cfg.desktop.hyprland.tabletMode.enable)
["group/tablet"];
["sway/scratchpad" "sway/mode"];
modules-center =
lib.optionals (cfg.desktop.hyprland.enable)
["hyprland/workspaces"]
++ lib.optionals (cfg.desktop.sway.enable)
["sway/workspaces"];
modules-center = ["clock"];
modules-right = [
"tray"
"group/hardware"
"clock"
"group/session"
];
@ -275,7 +281,7 @@ in {
margin: 0px 0px;
padding: 0px 5px;
}
#workspaces button.active,
#workspaces button.focused {
color: ${cfg.theme.colors.secondary};