From 580f2b7890f2ed2d2669fa937e64e69c7b5cbcc8 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sun, 12 Nov 2023 22:56:37 +0100 Subject: [PATCH] change hyprland keybinds --- modules/home/waybar/settings.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/home/waybar/settings.nix b/modules/home/waybar/settings.nix index 892342d..0fab6bc 100644 --- a/modules/home/waybar/settings.nix +++ b/modules/home/waybar/settings.nix @@ -104,15 +104,15 @@ }; pulseaudio= { format= "{icon} {volume}%"; - format-muted= "󰝟"; + format-muted= "󰝟 "; format-icons= { - default= ["󰕿" "󰖀" "󰕾"]; + default= ["󰕾 "]; }; scroll-step= 5; - on-click= "pavucontrol"; + on-click= "pamixer -t"; }; "custom/launcher"= { - format= ""; + format= " "; on-click= "pkill wofi || wofi --show drun"; on-click-right= "pkill wofi || wallpaper-picker"; tooltip= "false";