diff options
author | awy <awy@awy.one> | 2025-07-31 20:01:47 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-07-31 20:01:47 +0300 |
commit | 6eff5509c86c8222fcc5dac4f4d975d1baf0fbb8 (patch) | |
tree | f63b505fda49a89b291c2e01f966c4428d137141 | |
parent | a2c51f0ad2c5bd39556db7b2751497a35a9b4b00 (diff) | |
download | hyprdots-6eff5509c86c8222fcc5dac4f4d975d1baf0fbb8.tar.gz |
waybar
-rw-r--r-- | .config/waybar/style.css | 43 |
1 files changed, 9 insertions, 34 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 3fd3cb2..8c8e989 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -5,7 +5,6 @@ min-height: 0; font-weight: bold; font-size: 100%; - color: #cdd6f4; } window#waybar { @@ -13,7 +12,6 @@ window#waybar { } #window { - /* background-color: #005577; */ padding-left: 10px; } @@ -24,15 +22,13 @@ window#waybar { #taskbar button, #workspaces button { - /* color: #bbb; */ - /* background-color: #222; */ + color: @subtext0; border-radius: 0px; } #taskbar button.active, #workspaces button.active { - /* color: #eee; */ - /* background-color: #005577; */ + color: @text; } #workspaces button.urgent { @@ -40,18 +36,13 @@ window#waybar { } .modules-left, .modules-right { - /* background: #222; */ - /* color: #bbb; */ + color: #cdd6f4; } .modules-right { padding-left: 10px; } -#window { - /* color: #fff; */ -} - #image.album-art { border-radius: 10px; padding-top: 5px; @@ -165,27 +156,11 @@ window#waybar { padding-right: 10px; } -#custom-nettraf { - min-width: 120px; - padding-right: 10px; -} - -#custom-microphone { - padding-right: 10px; -} - -#custom-volume { - padding-right: 10px; -} - -#custom-clock { - padding-right: 10px; -} - -#custom-internet { - padding-right: 10px; -} - -#tray { +#custom-microphone, +#custom-volume, +#custom-clock, +#custom-internet, +#tray +{ padding-right: 10px; } |