waybar: update theme

This commit is contained in:
timoxa0 2025-01-09 16:30:14 +05:00
parent 31365438ef
commit 4904f54b06
2 changed files with 15 additions and 19 deletions

View file

@ -9,7 +9,6 @@
window#waybar { window#waybar {
background-color: @transparent; background-color: @transparent;
/* background: @base; */
transition-property: background-color; transition-property: background-color;
transition-duration: .5s; transition-duration: .5s;
border-radius: 0px; border-radius: 0px;
@ -17,15 +16,18 @@ window#waybar {
#workspaces { #workspaces {
background-color: @mantle; background-color: @mantle;
margin: 4px 5px 4px 5px; margin: 4px 5px 4px 4px;
padding: 3px; padding: 3px;
border-radius: 14px; border-radius: 14px;
border-color: @red;
border-width: 3px;
border-style: solid;
} }
#workspaces button, #workspaces button,
#workspaces button:hover, #workspaces button:hover,
#workspaces button.active { #workspaces button.active {
padding: 0px 4px; padding: 0px 4px;
margin: 2px; margin: 1px;
border-radius: 10px; border-radius: 10px;
} }
#workspaces button { #workspaces button {
@ -33,15 +35,15 @@ window#waybar {
color: @text; color: @text;
} }
#workspaces button:hover { #workspaces button:hover {
background-color: @lavender; background-color: @maroon;
color: @base; color: @base;
} }
#workspaces button.active { #workspaces button.active {
background-color: @blue; background-color: @red;
color: @base color: @base
} }
#workspaces button.active:hover { #workspaces button.active:hover {
background-color: @blue; background-color: @red;
color: @base; color: @base;
} }
@ -50,17 +52,11 @@ window#waybar {
#tray, #language, #clock, #cpu, #memory, #custom-spotify { #tray, #language, #clock, #cpu, #memory, #custom-spotify {
background: @mantle; background: @mantle;
border-radius: 14px; border-radius: 14px;
border-color: @red;
border-width: 3px;
border-style: solid;
color: @text; color: @text;
margin: 4px 2.5px 4px 2.5px; margin: 3px 2.5px 3px 2.5px;
}
#custom-power {
margin: 4px 2.5px 4px 2.5px;
padding: 0px 9px;
}
#custom-runner {
padding: 0px 10px;
} }
#cpu, #memory, #custom-spotify, #battery { #cpu, #memory, #custom-spotify, #battery {
@ -68,7 +64,7 @@ window#waybar {
} }
#tray { #tray {
margin: 4px 2.5px 4px 5px; margin: 3px 5px 3px 5px;
padding: 0px 10px; padding: 0px 10px;
} }
@ -87,7 +83,7 @@ window#waybar {
#clock { #clock {
padding: 0px 10px; padding: 0px 10px;
margin: 4px 5px 4px 2.5px; margin: 3px 5px 3px 2.5px;
font-size: 15px; font-size: 15px;
min-width: 40px; min-width: 40px;
} }

View file

@ -1,6 +1,6 @@
{ {
"position": "bottom", "position": "bottom",
"height": 36, "height": 40,
"width": 1200, "width": 1200,
"spacing": 0, "spacing": 0,
"margin-top": -20, "margin-top": -20,