waybar: update to current config

This commit is contained in:
Trianta 2024-04-17 04:22:48 -05:00
parent 842e679a37
commit 2beb52e210
2 changed files with 22 additions and 12 deletions

View File

@ -2,8 +2,8 @@
{ {
"name": "main", "name": "main",
"layer": "bottom", "layer": "bottom",
"position": "bottom", "position": "top",
"height": 44, "height": 38,
"spacing": 0, "spacing": 0,
"output": "DP-3", "output": "DP-3",
"reload_style_on_change": true, "reload_style_on_change": true,

View File

@ -11,10 +11,8 @@
window#waybar { window#waybar {
background: alpha(@mantle, 0.7); background: alpha(@mantle, 0.7);
border-top: 4px solid @crust;
border-radius: 0px; border-radius: 0px;
color: @peach; color: @peach;
padding: 4px;
} }
window#waybar.hidden { window#waybar.hidden {
@ -22,22 +20,28 @@ window#waybar.hidden {
} }
#workspaces button { #workspaces button {
color: @peach; color: @base;
transition: all 0.1s ease; transition: all 0.1s ease;
} }
#workspaces button.active { #workspaces button.active {
background-color: alpha(@peach, 0.2); background-color: alpha(@base, 0.4);
border-radius: 2px; border-radius: 2px;
margin-top: 2px;
margin-bottom: 2px;
transition: all 0.1s ease; transition: all 0.1s ease;
} }
.modules-left, .modules-left,
.modules-center, .modules-center,
.modules-right { .modules-right {
padding: 4 4 2 4px; padding-bottom: 6px;
}
.modules-left {
padding-left: 440px;
}
.modules-right {
padding-right: 440px;
} }
#clock, #clock,
@ -48,13 +52,19 @@ window#waybar.hidden {
#temperature, #temperature,
#tray, #tray,
#wireplumber, #wireplumber,
#workspaces,
#custom-gpu, #custom-gpu,
#custom-poweroff, #custom-poweroff,
#custom-weather { #custom-weather {
background-color: @base; background-color: @peach;
border-radius: 6px; border-radius: 6px;
margin-left: 6px; margin-left: 6px;
margin-right: 6px; margin-right: 6px;
padding: 0 10px; color: @base;
color: @peach; min-width: 70px;
}
#clock {
min-width: 100px;
} }