mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 08:11:54 -05:00
waybar: move to bottom and rearrange widgets
This commit is contained in:
parent
5aa8e9bea1
commit
da7ae88e3b
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue