From c6d77088e1157529ac293ca49da883326df6bea7 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 26 Jul 2025 17:10:33 +0200 Subject: [PATCH] feat: move waybar to bottom, also make it more transparent --- modules/home/waybar/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/home/waybar/default.nix b/modules/home/waybar/default.nix index 184134c..5572f57 100644 --- a/modules/home/waybar/default.nix +++ b/modules/home/waybar/default.nix @@ -23,8 +23,8 @@ "/home/${username}/.config/waybar/config" = { text = '' [{ - "layer": "top", - "position": "top", + "layer": "bottom", + "position": "bottom", "modules-left": [ "privacy", @@ -377,9 +377,9 @@ /* margin: 0 0px; */ } - window#waybar.top { + window#waybar.bottom { /* background-color: rgba(115, 116, 116, 0.22); */ - background-color: rgba(0, 0, 0, 0.75); + background-color: rgba(0, 0, 0, 0.25); border-bottom: none; color: #eeeeee; transition-property: background-color; @@ -387,7 +387,7 @@ } window#waybar.hidden { - opacity: 0.5; + opacity: 0.25; } label#window {