fix(waybar): icon spacing

This commit is contained in:
Barrett Ruth 2026-02-14 17:28:30 -05:00
parent f81997f94d
commit 136ac9fba0
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
5 changed files with 37 additions and 51 deletions

View file

@ -124,8 +124,8 @@ in
};
pulseaudio = {
format = "{icon} {volume}%";
format-muted = "󰖁 muted";
format = "{icon} {volume}%";
format-muted = "󰖁 muted";
format-icons = {
default = [
"󰕿"
@ -269,6 +269,10 @@ in
foreground = c.red;
frame_color = c.red;
};
hypr = {
appname = "hypr";
icon_position = "off";
};
};
};
xdg.configFile."waybar/themes/midnight.css".text = mkWaybarTheme config.palettes.midnight;