diff options
author | awy <awy@tutamail.com> | 2024-08-28 01:59:35 +0300 |
---|---|---|
committer | awy <awy@tutamail.com> | 2024-08-28 01:59:35 +0300 |
commit | b06e65af9ebab8bf798ac604eded246281e1e002 (patch) | |
tree | 28d428ca293f0a1cfe0b9457140d8e874fc7e4e1 /.config/waybar | |
parent | 171cb279b05e639f07162059d1d0f390497e36b6 (diff) |
theme
Diffstat (limited to '.config/waybar')
-rw-r--r-- | .config/waybar/config | 2 | ||||
-rw-r--r-- | .config/waybar/style.css | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/.config/waybar/config b/.config/waybar/config index 3129319..670909e 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -9,7 +9,7 @@ "hyprland/window": { "format": "{}", - "max-length": 50, + "max-length": 60, "separate-outputs": true, }, diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 9c03fd3..f082e00 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -8,8 +8,8 @@ } #waybar { - color: #EBDBB2; - background: #282828; + color: #cdd6f4; + background: #1e1e2e; } tooltip { @@ -21,16 +21,16 @@ tooltip { } #workspaces button { - color: #EBDBB2; + color: #6c7086; } #workspaces button.active { - color: #282828; - background: #EBDBB2; + color: #cdd6f4; + background: #1e1e2e; } #window { - color: #EBDBB2; + color: #cdd6f4; margin-left: 15px; } |