summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--users/sils/waybar/style.css13
1 files changed, 6 insertions, 7 deletions
diff --git a/users/sils/waybar/style.css b/users/sils/waybar/style.css
index 4fcb40e..cdd2636 100644
--- a/users/sils/waybar/style.css
+++ b/users/sils/waybar/style.css
@@ -38,19 +38,19 @@
 
 * {
   font-family: FantasqueSansMono Nerd Font;
-  font-size: 10px;
+  font-size: 20px;
   min-height: 0;
 }
 
 window#waybar {
-  background: transparent;
+	background-color: @surface0;
 }
 
 #workspaces {
   border-radius: 1rem;
-  background-color: @surface0;
   margin-top: 1rem;
   margin: 7px 3px 0px 7px;
+  font-size: 10px;
 }
 
 #workspaces button {
@@ -60,7 +60,6 @@ window#waybar {
   margin: 5px 0;
   box-shadow: inset 0 -3px transparent;
   transition: all 0.5s cubic-bezier(.55,-0.68,.48,1.68);
-  background-color: transparent;
 }
 
 #workspaces button.active {
@@ -81,9 +80,9 @@ window#waybar {
 #pulseaudio,
 #custom-lock,
 #custom-power {
-  background-color: @surface0;
-  margin: 7px 3px 0px 7px;
-  padding: 10px 5px 10px 5px;
+  background-color: transparent;
+  margin: 10px 0px 0px 10px;
+  padding: 5px 5px 5px 55px;
   border-radius: 1rem;
 }