AutoYADM commit: 2025-03-26 11:40:00

This commit is contained in:
Daniel Fichtinger 2025-03-26 11:40:00 -04:00
parent 55eed14417
commit 45199c5ecb
3 changed files with 21 additions and 21 deletions

View file

@ -5,7 +5,6 @@
"layer": "top",
"position": "top",
"modules-left": [
"cava",
"custom/colcount"
// "niri/workspaces"
],
@ -104,13 +103,12 @@
"custom/delim",
"memory",
"custom/delim",
"pulseaudio",
"custom/delim",
"battery",
"custom/delim",
"custom/recorder"
"pulseaudio"
],
"modules-right": [
"custom/recorder",
"tray"
],
"niri/window": {
@ -159,7 +157,9 @@
}
},
"battery": {
"format": "bat {capacity}%"
"format": "{capacity}% 󰁹",
"format-charging": "{capacity}% ",
"format-plugged": "{capacity}% "
},
"clock": {
"format-alt": "{:%a, %d. %b %H:%M}"
@ -167,20 +167,20 @@
"pulseaudio": {
"scroll-step": 5,
"max-volume": 150,
"format": "vol {volume}%",
"format-muted": "vol mut",
"format": "󰕾 {volume}%",
"format-muted": "󰖁",
"nospacing": 1,
"on-click": "pavucontrol",
"tooltip": false
},
"cpu": {
"interval": 10,
"format": "cpu {usage}%",
"format": " {usage}%",
"max-length": 10
},
"memory": {
"interval": 30,
"format": "mem {percentage}%",
"format": " {percentage}%",
"max-length": 10
}
},
@ -353,4 +353,4 @@
// }
// }
// }
]
]

View file

@ -103,10 +103,9 @@
"custom/delim",
"memory",
"custom/delim",
"pulseaudio",
"custom/delim",
"battery",
"custom/delim"
"custom/delim",
"pulseaudio"
],
"modules-right": [
"custom/recorder",
@ -168,20 +167,20 @@
"pulseaudio": {
"scroll-step": 5,
"max-volume": 150,
"format": "vol {volume}%",
"format-muted": "vol mut",
"format": "󰕾 {volume}%",
"format-muted": "󰖁",
"nospacing": 1,
"on-click": "pavucontrol",
"tooltip": false
},
"cpu": {
"interval": 10,
"format": "cpu {usage}%",
"format": " {usage}%",
"max-length": 10
},
"memory": {
"interval": 30,
"format": "mem {percentage}%",
"format": " {percentage}%",
"max-length": 10
}
},

View file

@ -14,7 +14,7 @@
border-radius: 0;
min-height: 0;
/* font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; */
font-family: SauceCodePro NFM;
font-family: SauceCodePro NFM, Symbols Nerd Font Mono, FreeMono;
color: @fg;
font-weight: 500;
font-size: 14px;
@ -72,9 +72,10 @@ tooltip {
padding: 0px 6px;
/* color: @orange_blaze; */
}
/* #clock { */
/* color: @orange_blaze; */
/* color: @orange_blaze; */
/* } */
#custom-delim {
@ -126,4 +127,4 @@ tooltip {
#network,
#pulseaudio {
border: none;
}
}