diff --git a/home/jonas/waybar/config.nix b/home/jonas/waybar/config.nix index 859f099..8671477 100644 --- a/home/jonas/waybar/config.nix +++ b/home/jonas/waybar/config.nix @@ -29,9 +29,9 @@ in { modules-left = [ "custom/launcher" "hyprland/workspaces" - "hyprland/window" ]; modules-center = [ + "hyprland/window" ]; modules-right = [ "clock" @@ -163,9 +163,6 @@ in { background-color: rgba(0,119,179,0.6); } /*-----modules indv----*/ - #workspaces { - margin: 0 0 0 5px; - } #workspaces button { padding: 1px 5px; background-color: transparent; @@ -187,6 +184,11 @@ in { border-color: #33ccff; background: rgba(0, 0, 0, 0); } + #custom-launcher { + background-color: rgba(0,119,179,0.6); + border-radius: 100px; + margin: 5px 5px; + } #clock, #battery,