waybar: update config

This commit is contained in:
Trianta 2024-05-09 01:39:23 -05:00
parent 0fb1e8fcee
commit 0ae5f3b92d
2 changed files with 8 additions and 11 deletions

View File

@ -7,8 +7,8 @@
"spacing": 0, "spacing": 0,
"output": "DP-3", "output": "DP-3",
"reload_style_on_change": true, "reload_style_on_change": true,
"margin-left": 0, "margin-left": 440,
"margin-right": 0, "margin-right": 440,
"margin-top": 0, "margin-top": 0,
"margin-bottom": 0, "margin-bottom": 0,
"modules-left": [ "modules-left": [

View File

@ -10,23 +10,20 @@
} }
window#waybar { window#waybar {
background: alpha(@mantle, 0.7); background: transparent;
border-radius: 0px; border-radius: 0px;
} }
window#waybar.hidden {
opacity: 0.2;
}
#workspaces button { #workspaces button {
color: @peach; color: @peach;
transition: all 0.1s ease; margin: 1px;
border-radius: 10px;
transition: all 0.4s ease;
} }
#workspaces button.active { #workspaces button.active {
background-color: alpha(@peach, 0.2); background-color: alpha(@peach, 0.2);
border-radius: 2px; transition: all 0.4s ease;
transition: all 0.1s ease;
} }
.modules-left, .modules-left,
@ -56,7 +53,7 @@ window#waybar.hidden {
#custom-gpu, #custom-gpu,
#custom-poweroff, #custom-poweroff,
#custom-weather { #custom-weather {
background-color: @base; background-color: alpha(@base, 0.5);
border-radius: 10px; border-radius: 10px;
border: 1px solid @overlay0; border: 1px solid @overlay0;
margin-left: 6px; margin-left: 6px;