diff options
| author | Robert Günzler <r@gnzler.io> | 2020-12-03 13:18:26 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-12-07 19:28:05 +0100 |
| commit | 2e573db1d00688df71a05563b864b07916d43146 (patch) | |
| tree | 08026a613e1271b5422d9e2f18a9996192592b5c /.config/waybar/style.css | |
| parent | 45dedcd36fcb6b5ef5dc8f7cab0df8f8ffe00fd5 (diff) | |
waybar: change icons and reorder left-side modules
Diffstat (limited to '.config/waybar/style.css')
| -rw-r--r-- | .config/waybar/style.css | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 0a0b60b..7bac15e 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -9,8 +9,8 @@ * { border: none; border-radius: 0; - font-family: Iosevka SS05, Noto Mono, Material Design Icons, Font Awesome; - font-size: 12pt; + font-family: Iosevka SS14, Noto Mono, Material Design Icons, Font Awesome; + font-size: 11pt; } #window, @@ -24,7 +24,9 @@ #backlight, #network, #pulseaudio, -#custom-media, +#custom-mpd, +#custom-mpv, +#custom-spotify, #custom-toggl, #custom-redshift, #custom-weather, @@ -133,6 +135,9 @@ label:focus { #cpu {} #memory {} #backlight {} +#backlight.off { + color: @dimmed; +} #network {} #network.disconnected { border-top: 2px solid @urgent; @@ -166,16 +171,22 @@ label:focus { color: unset; } -#custom-media { +#custom-mpd, +#custom-mpv, +#custom-spotify { min-width: 100px; color: @foreground; border-top: 2px solid #628aaa; } -#custom-media.custom-spotify, -#custom-media.custom-spotifyd { +#custom-mpd.paused, +#custom-mpv.paused, +#custom-spotify.paused { + color: @dimmed; +} +#custom-spotify { border-top: 2px solid #1DB954; } -#custom-media.custom-mpv { +#custom-mpv { border-top: 2px solid #520053; } @@ -211,6 +222,9 @@ label:focus { #custom-weather { color: @dimmed; } +#custom-weather.sunny { + /* color: rgba(255,206,66, 0.4); */ +} #mpd { color: @foreground; |