nixos/home/hyprland/waybar/modules/pulseaudio.nix
Evie Litherland-Smith 2dc7530a74 Add swayosd call for modifier keys
Change master layout rules

Small waybar formatting tweaks
2023-10-16 11:43:58 +01:00

20 lines
534 B
Nix

{
scroll-step = 5;
format = "{volume}% {icon} {format_source}";
format-bluetooth = "{volume}% {icon} {format_source}";
format-bluetooth-muted = "󰝟 {icon} {format_source}";
format-muted = "󰝟 {format_source}";
format-source = "{volume}% 󰍬";
format-source-muted = "󰍭";
format-icons = {
headphone = "󰋋 ";
hands-free = "󰥰 ";
headset = "󰋎 ";
phone = "󰏲 ";
portable = "󰏳 ";
car = "󰄍 ";
default = [ "󰕿 " "󰖀 " "󰕾 " ];
};
on-click = "pavucontrol";
}