AutoYADM commit: 2025-01-13 23:05:05
This commit is contained in:
parent
5b7ee0cb31
commit
00ade31920
2 changed files with 14 additions and 3 deletions
|
@ -6,11 +6,24 @@
|
||||||
"sway/window": {
|
"sway/window": {
|
||||||
"max-length": 50
|
"max-length": 50
|
||||||
},
|
},
|
||||||
|
"sway/workspaces": {
|
||||||
|
"disable-scroll" : false,
|
||||||
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
"format": "{capacity}% {icon}",
|
"format": "{capacity}% {icon}",
|
||||||
"format-icons": ["", "", "", "", ""]
|
"format-icons": ["", "", "", "", ""]
|
||||||
},
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
"format-alt": "{:%a, %d. %b %H:%M}"
|
"format-alt": "{:%a, %d. %b %H:%M}"
|
||||||
|
},
|
||||||
|
"pulseaudio": {
|
||||||
|
"scroll-step": 5,
|
||||||
|
"max-volume": 150,
|
||||||
|
"format": "vol {volume}%",
|
||||||
|
"format-bluetooth": "{desc} {volume}%",
|
||||||
|
"format-muted": "mut",
|
||||||
|
"nospacing": 1,
|
||||||
|
"on-click": "pavucontrol",
|
||||||
|
"tooltip": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,12 +20,10 @@
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background: @bg;
|
background: @bg;
|
||||||
border: 2px solid #3c3836;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tooltip {
|
tooltip {
|
||||||
background-color: @bg;
|
background-color: @bg;
|
||||||
border: 2px solid #3c3836;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock,
|
#clock,
|
||||||
|
@ -69,7 +67,7 @@ tooltip {
|
||||||
/* } */
|
/* } */
|
||||||
|
|
||||||
#tray {
|
#tray {
|
||||||
border: 1px solid @red_ember;
|
border: 1px solid @grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery {
|
#battery {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue