aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r--.config/waybar/style.css16
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;
+}