diff options
Diffstat (limited to 'Common/waybar')
-rw-r--r-- | Common/waybar/style.segmented.css | 78 |
1 files changed, 34 insertions, 44 deletions
diff --git a/Common/waybar/style.segmented.css b/Common/waybar/style.segmented.css index 78ebeda..9d994ca 100644 --- a/Common/waybar/style.segmented.css +++ b/Common/waybar/style.segmented.css @@ -3,39 +3,21 @@ border-radius: 0; /* `otf-font-awesome` is required to be installed for icons */ font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; - font-size: 13px; + font-size: 12px; min-height: 0; } window#waybar { - background-color: rgba(0, 0, 0, 0); + background-color: rgba(43, 48, 59, 1.5); /* border-bottom: 3px solid rgba(100, 114, 125, 0.5); */ + border-bottom: 0px solid rgba(100, 114, 125, 0.0); color: #ffffff; transition-property: background-color; transition-duration: .5s; } window#waybar.hidden { - opacity: 0.0; -} - -.modules-left, -.modules-center, -.modules-right { - margin: 0; - background-color: rgba(43, 48, 59, 1.5); -} - -.modules-left { - border-radius: 0 0 10px 0; -} - -.modules-center { - border-radius: 0 0 10px 10px; -} - -.modules-right { - border-radius: 0 0 0 10px; + opacity: 0.2; } /* @@ -59,30 +41,28 @@ window#waybar.chromium { #workspaces button { padding: 0 5px; padding-top: 4px; - padding-bottom: 4px; background-color: transparent; - border-top: 1px solid transparent; color: #ffffff; - border-radius: 0; -} - -/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */ -#workspaces button:hover { - border-top: 1px solid cyan; - /* background: rgba(255, 255, 255, 0.2); */ - /* box-shadow: inherit; */ + border-bottom: 3px solid transparent; } #workspaces button.focused { - border-top: 1px solid white; - /* background: rgba(255, 255, 255, 0.1); */ + /* background-color: #64727D; */ /* border-bottom: 3px solid #ffffff; */ + border-bottom: 3px solid #64727D; } #workspaces button.urgent { background-color: #eb4d4b; } +/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */ +#workspaces button:hover { + background: rgba(0, 0, 0, 0.2); + box-shadow: inherit; + border-bottom: 3px solid #ffffff; +} + #mode { background-color: #64727D; /* border-bottom: 3px solid #ffffff; */ @@ -103,9 +83,13 @@ window#waybar.chromium { #idle_inhibitor, #mpd { padding: 0 10px; - margin: 0; + margin: 5px 0px; color: #ffffff; - border-radius: 0; + /* border-radius: 20px; */ +} + +#battery { + margin-right: 5px; } #clock { @@ -115,7 +99,6 @@ window#waybar.chromium { #battery { /* background-color: #ffffff; */ /* color: #000000; */ - border-radius: 20px 0 0 20px; } #battery.charging { @@ -173,15 +156,11 @@ label:focus { background-color: #000000; } -#temperature, #memory, #cpu { /* color: #000000; */ - border-radius: 20px; - margin: 3px; } -#temperature.critical, #memory.critical, #cpu.critical { animation-name: blink-critical; @@ -227,19 +206,30 @@ label:focus { background-color: #ffa000; } +#temperature { + font-size: 0; + margin: 0; + padding: 0; +} + +#temperature.critical { + background-color: #eb4d4b; +} + #language { } #tray { background: rgba(0, 0, 0, 0.4); border-radius: 0; + margin: 0; } #idle_inhibitor { /* background-color: #2d3436; */ - /* border-radius: 20px; */ - /* padding: 0 5px; */ - /* margin: 4px 0px; */ + border-radius: 20px; + padding: 0 5px; + margin: 4px 0px; } #idle_inhibitor.activated { |