From 201e36c823925ccb6d0b608b2ce985ec32b2e276 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sat, 13 Apr 2024 21:39:37 +0200 Subject: rollback dotfiles and fix dotter --- .config/waybar/style.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to '.config/waybar/style.css') 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; +} -- cgit v1.2.3-70-g09d2