1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-08-01 12:37:46 +00:00

Configrue tray spacing for waybar

This commit is contained in:
RGBCube 2023-12-01 09:16:55 +03:00
parent 545ea34e41
commit 99cff87275
No known key found for this signature in database

View file

@ -47,6 +47,11 @@ homeConfiguration "nixos" {
"clock" "clock"
]; ];
tray = {
reverse-direction = true;
spacing = 5;
};
pulseaudio = { pulseaudio = {
format = "{format_source} {icon}{volume}%"; format = "{format_source} {icon}{volume}%";
format-bluetooth = "{format_source} {icon}󰂯{volume}%"; format-bluetooth = "{format_source} {icon}󰂯{volume}%";