waybar: update config
This commit is contained in:
parent
0fb1e8fcee
commit
0ae5f3b92d
@ -7,8 +7,8 @@
|
||||
"spacing": 0,
|
||||
"output": "DP-3",
|
||||
"reload_style_on_change": true,
|
||||
"margin-left": 0,
|
||||
"margin-right": 0,
|
||||
"margin-left": 440,
|
||||
"margin-right": 440,
|
||||
"margin-top": 0,
|
||||
"margin-bottom": 0,
|
||||
"modules-left": [
|
||||
|
@ -10,23 +10,20 @@
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: alpha(@mantle, 0.7);
|
||||
background: transparent;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
window#waybar.hidden {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
color: @peach;
|
||||
transition: all 0.1s ease;
|
||||
margin: 1px;
|
||||
border-radius: 10px;
|
||||
transition: all 0.4s ease;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
background-color: alpha(@peach, 0.2);
|
||||
border-radius: 2px;
|
||||
transition: all 0.1s ease;
|
||||
transition: all 0.4s ease;
|
||||
}
|
||||
|
||||
.modules-left,
|
||||
@ -56,7 +53,7 @@ window#waybar.hidden {
|
||||
#custom-gpu,
|
||||
#custom-poweroff,
|
||||
#custom-weather {
|
||||
background-color: @base;
|
||||
background-color: alpha(@base, 0.5);
|
||||
border-radius: 10px;
|
||||
border: 1px solid @overlay0;
|
||||
margin-left: 6px;
|
||||
|
Loading…
Reference in New Issue
Block a user