diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-04-13 21:39:37 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-04-13 21:39:37 +0200 |
| commit | 201e36c823925ccb6d0b608b2ce985ec32b2e276 (patch) | |
| tree | 123fbb34bf911dbdbcd556b50786c7c90b66568b /.config/waybar/style.css | |
| parent | f933fa6863fd689b4a2c30dca865baa051ca441e (diff) | |
rollback dotfiles and fix dotter
Diffstat (limited to '.config/waybar/style.css')
| -rw-r--r-- | .config/waybar/style.css | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index b9e2e8a..724a084 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -1,5 +1,5 @@ * { - font-family: SauceCodePro Nerd Font,FontAwesome, Roboto, Helvetica, Arial, sans-serif; + font-family: SauceCodePro NF,FontAwesome, Roboto, Helvetica, Arial, sans-serif; font-size: 13px; font-weight: bold; color: #ebdbb2; @@ -7,7 +7,6 @@ window#waybar { background-color: transparent; - /*background-color: #1d2021;*/ } #workspaces{ @@ -40,11 +39,13 @@ window#waybar { #tray, #custom-media, #custom-keylock, +#mpris, #pulseaudio, #memory, #cpu, #clock, -#window +#window, +#battery { background-color: rgba(60, 56, 54, 0.8); border-radius: 5px; @@ -52,6 +53,15 @@ window#waybar { padding: 5px 10px; } +#battery { + padding: 5px 10px; + padding-right: 18px; +} + #custom-keylock { padding: 5px 13px; } + +#mpris.playing { + background-color: #b16286; +} |