This commit is contained in:
mjallen18
2025-06-18 23:45:34 -05:00
parent 96360efd32
commit 0211f0a415
9 changed files with 66 additions and 46 deletions

View File

@@ -116,7 +116,7 @@
pulseaudio = {
format = "{icon} {volume}%";
tooltip = false;
format-muted = " Muted";
format-muted = "{icon} Muted";
on-click = "pamixer -t";
on-click-right = "pavucontrol -t 1";
on-scroll-up = "pamixer -i 5";
@@ -154,9 +154,10 @@
capslock = true;
icon-size = 20;
format = "{icon}";
tooltip-format = "Caps Lock {state}";
format-icons = {
locked = "󰪛";
unlocked = " ";
locked = "󰬶";
unlocked = "󰬵";
};
};
@@ -164,9 +165,10 @@
numlock = true;
icon-size = 60;
format = "{icon}";
tooltip-format = "Num Lock {state}";
format-icons = {
locked = "󰎣";
unlocked = " ";
locked = "󰎠";
unlocked = "󱧓";
};
};
};