From 7a1559edb738bd690b3112f8230d1bb8296f0263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Tue, 7 May 2024 20:02:08 +0200 Subject: [PATCH] Home Gen241 @ 2024-05-07-20:02 --- home/jonas/waybar/config.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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,