waybar: update config
This commit is contained in:
parent
0fb1e8fcee
commit
0ae5f3b92d
@ -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": [
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user