diff options
author | Yaroslav <contact@yaroslavps.com> | 2019-10-08 15:29:59 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2019-10-08 15:29:59 +0300 |
commit | 5028fa7ea213f435627d867e7ef1f9f19603ac16 (patch) | |
tree | 0e5e657b8f7c49793c4b377fd6a03d346c3772ec /dotfiles/.config/waybar/style.css | |
parent | 4fd756b2f2d1c817b5e22a22d8252e5be7b552cb (diff) | |
download | swayrice-5028fa7ea213f435627d867e7ef1f9f19603ac16.tar.gz swayrice-5028fa7ea213f435627d867e7ef1f9f19603ac16.zip |
nmtui shortcut, wf-recorder shortcut
Diffstat (limited to 'dotfiles/.config/waybar/style.css')
-rw-r--r-- | dotfiles/.config/waybar/style.css | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/dotfiles/.config/waybar/style.css b/dotfiles/.config/waybar/style.css index 9429e0c..2223844 100644 --- a/dotfiles/.config/waybar/style.css +++ b/dotfiles/.config/waybar/style.css @@ -58,20 +58,6 @@ window#waybar { border-radius: 0; background: #0C3D27; } -#backlight, -#memory, -#cpu, -#battery, -#network, -#tray, -#pulseaudio, -#mpd, -#temperature, -#custom-weather, -#custom-swaykbd, -#idle_inhibitor { - padding: 0 8px; -} #tray { background: #000000; } @@ -83,22 +69,23 @@ window#waybar { #temperature, #backlight, #custom-weather, +#custom-rec-status, #custom-swaykbd { color: #000000; background: #8ec07c; + padding: 0 8px; } #cpu { background: #f1fa8c; } +#network, #battery{ background: #191919; + padding: 0 8px; } #battery.charging { color: #8ec07c; } -#network{ - background: #191919; -} #memory, #cpu, #tray { color: #1E1F23; } |