different volume style, bit unbalanced now

This commit is contained in:
twoneis 2024-08-05 02:02:32 +02:00
parent fa31df90e5
commit 5ceb84faee
2 changed files with 17 additions and 5 deletions

View file

@ -68,7 +68,7 @@ in {
clip-to-geometry = true; clip-to-geometry = true;
} { } {
excludes = [{is-focused = true;}]; excludes = [{is-focused = true;}];
opacity = 0.95; opacity = 0.98;
} }
]; ];
@ -93,8 +93,8 @@ in {
"Mod+B".action.spawn = "firefox"; "Mod+B".action.spawn = "firefox";
"Mod+Space".action.spawn = "fuzzel"; "Mod+Space".action.spawn = "fuzzel";
"XF86AudioRaiseVolume".action.spawn = ["wpctl" "set-volume" "-l" "1" "@DEFAULT_AUDIO_SINK@" "5%+"]; "XF86AudioRaiseVolume".action.spawn = ["wpctl" "set-volume" "-l" "1" "@DEFAULT_AUDIO_SINK@" "10%+"];
"XF86AudioLowerVolume".action.spawn = ["wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "5%-"]; "XF86AudioLowerVolume".action.spawn = ["wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "10%-"];
"XF86AudioMute".action.spawn = ["wpctl" "set-mute" "@DEFAULT_AUDIO_SINK@" "toggle"]; "XF86AudioMute".action.spawn = ["wpctl" "set-mute" "@DEFAULT_AUDIO_SINK@" "toggle"];
"XF86MonBrightnessDown".action.spawn = ["brightnessctl" "s" "5%-"]; "XF86MonBrightnessDown".action.spawn = ["brightnessctl" "s" "5%-"];

View file

@ -23,8 +23,20 @@
"wireplumber" = { "wireplumber" = {
format = "{icon}"; format = "{icon}";
format-alt = "{volume}%"; format-alt = "{volume}%";
format-muted = ""; format-muted = "";
format-icons = ["󰡳" "󰡵" "󰊚" "󰡴"]; format-icons = [
""
""
""
""
""
""
""
""
""
""
""
];
tooltip = false; tooltip = false;
}; };