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

View file

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

View file

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