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

@@ -266,6 +266,7 @@ in
exec-once = dbus-update-activation-environment --systemd --all
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec-once = xhost +SI:localuser:root
exec-once = nwg-look -a
exec-once = nm-applet
exec-once = blueberry-tray

View File

@@ -5,7 +5,7 @@
shellIntegration.enableZshIntegration = true;
font = {
name = "nerd-fonts-jetbrains-mono";
name = "JetBrainsMono NFM";
package = pkgs.nerd-fonts.jetbrains-mono;
size = 12;
};

View File

@@ -10,7 +10,7 @@
height = 110;
layer = "overlay";
border-radius = 15;
border-size = 2;
border-size = 1;
max-icon-size = 64;
default-timeout = 5000;

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 = "󱧓";
};
};
};