diff options
Diffstat (limited to '.config/waybar/style.css')
| -rw-r--r-- | .config/waybar/style.css | 44 |
1 files changed, 2 insertions, 42 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 41b2cd3..abf3fcb 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -41,47 +41,7 @@ window#waybar.hidden { #workspaces button.urgent { color: #e67e80; -} - -/* !!! COLORS !!! */ - -/* #clock { */ -/* color: @red; */ -/* } */ -/**/ -/* #wireplumber { */ -/* color: @orange; */ -/* } */ -/**/ -/* #custom-mailbox { */ -/* color: @yellow; */ -/* } */ -/**/ -/* #custom-memory { */ -/* color: @yellow; */ -/* } */ -/**/ -/* #custom-torrent { */ -/* color: @green; */ -/* } */ -/**/ -/* #custom-news { */ -/* color: @green; */ -/* } */ -/**/ -/* #custom-packages { */ -/* color: @blue; */ -/* } */ -/**/ -/* #custom-music { */ -/* color: @blue; */ -/* } */ - -/* !!! END of COLORS !!! */ - -#mode { - background-color: #ff0000; - box-shadow: inset 0 -3px #0000ff; + border-radius: 0px; } #custom-clock, @@ -423,7 +383,7 @@ label:focus { tooltip { background-color: @color-tooltip-bg; border: none; - border-radius: 5px; + border-radius: 0px; } tooltip decoration { |