diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-09-20 01:42:33 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-09-20 14:09:49 +0300 |
commit | baaf7a13b74e7873aaf3598adb5da85c55f585a7 (patch) | |
tree | 52574bceb8b14e17229c27cc21ce59e2497e9d45 /dotfiles/.config/waybar/style.css | |
parent | acce3397aaf5eb38312b2e232b7864f7a1d0a26b (diff) | |
download | swayrice-baaf7a13b74e7873aaf3598adb5da85c55f585a7.tar.gz swayrice-baaf7a13b74e7873aaf3598adb5da85c55f585a7.zip |
Minor changes to colorscheme/appearance
Diffstat (limited to 'dotfiles/.config/waybar/style.css')
-rw-r--r-- | dotfiles/.config/waybar/style.css | 74 |
1 files changed, 42 insertions, 32 deletions
diff --git a/dotfiles/.config/waybar/style.css b/dotfiles/.config/waybar/style.css index 600bab1..077b1f9 100644 --- a/dotfiles/.config/waybar/style.css +++ b/dotfiles/.config/waybar/style.css @@ -1,60 +1,70 @@ * { - font-size: 11px; - font-family: "monospace"; - min-height: 0; + font-size: 11px; + font-family: monospace; } window#waybar { - background: rgba(27, 30, 37, 1); - color: #e5e9f0; - min-height: 0; + background: #000000; + color: #e5e9f0; + min-height: 0; } #custom-right-arrow-cyan, #custom-left-arrow-cyan { - color: #89b699; - font-size: 20px; + color: #89b699; + font-size: 20px; } #custom-right-arrow-black, #custom-left-arrow-black { - color: #000000; - font-size: 20px; + color: #000000; + font-size: 20px; } #custom-left-arrow-gray { - color: #191919; - background: #89b699; - font-size: 20px; + color: #191919; + background: #89b699; + font-size: 20px; } #custom-right-arrow-black { - background: #89b699; + background: #89b699; } #custom-left-arrow-black { - background: #191919; + background: #191919; } #custom-left-decorator-black, #custom-right-decorator-black { - font-size: 20px; - background: rgba(27, 30, 37, 0.95); - color: #000000; + font-size: 27px; + background: rgba(27, 30, 37, 0.95); + color: #000000; } #tray, +#battery, +#network, +#backlight, +#custom-vpn-status, +#workspaces { + background: #1d2021; + border-top: 2px solid #000000; + border-bottom: 2px solid #000000; +} #workspaces { - padding: 0 8px; - background: #000000; + padding: 0; } #workspaces button { - padding: 0 4px; - color: #fdf6e3; + padding: 0 6px; + color: #fdf6e3; + border-radius: 0; + border: 1px solid rgba(0, 0, 0, 0); } -#workspaces button.focused { - color: #5b8277; +#workspaces button.visible { + color: #5b8277; + border-color: #5b8277; } -#workspaces button:hover { - box-shadow: inherit; - text-shadow: inherit; +#workspaces button.focused { + color: #000000; + border-color: #5b8277; + background: #5b8277; } #workspaces button:hover { - border-color: #0C3D27; - border-radius: 0; - background: #0C3D27; + border: 1px solid #5b8277; } #mpd, +#tray, #clock, #battery, #network, @@ -69,8 +79,8 @@ window#waybar { #custom-pac-status, #custom-news-status, #custom-swaykbd { - padding: 0 6px; + padding: 0 6px; } #custom-weather { - color: #5b8277; + color: #5b8277; } |