AutoYADM commit: 2025-01-13 23:10:04

This commit is contained in:
Daniel Fichtinger 2025-01-13 23:10:04 -05:00
parent 00ade31920
commit bd933151e9
2 changed files with 4 additions and 4 deletions

View file

@ -10,8 +10,8 @@
"disable-scroll" : false, "disable-scroll" : false,
}, },
"battery": { "battery": {
"format": "{capacity}% {icon}", "format": "bat {capacity}%",
"format-icons": ["", "", "", "", ""] // "format-icons": ["", "", "", "", ""]
}, },
"clock": { "clock": {
"format-alt": "{:%a, %d. %b %H:%M}" "format-alt": "{:%a, %d. %b %H:%M}"
@ -20,7 +20,7 @@
"scroll-step": 5, "scroll-step": 5,
"max-volume": 150, "max-volume": 150,
"format": "vol {volume}%", "format": "vol {volume}%",
"format-bluetooth": "{desc} {volume}%", "format-bluetooth": "bt {volume}%",
"format-muted": "mut", "format-muted": "mut",
"nospacing": 1, "nospacing": 1,
"on-click": "pavucontrol", "on-click": "pavucontrol",

View file

@ -12,7 +12,7 @@
border: none; border: none;
border-radius: 0; border-radius: 0;
min-height: 0; min-height: 0;
font-family: "iosevka nerd font"; /* font-family: "iosevka nerd font"; */
font-weight: 500; font-weight: 500;
font-size: 14px; font-size: 14px;
padding: 0; padding: 0;