different volume icon (plaese give more volume level icons)
This commit is contained in:
parent
718a34514b
commit
d71a01a618
3 changed files with 4 additions and 5 deletions
|
@ -44,7 +44,7 @@ in {
|
|||
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
settings = import ./waybar.conf.nix { config = config; };
|
||||
settings = import ./waybar.conf.nix { };
|
||||
style = (import ./waybar.css.nix { config = config; }).style;
|
||||
};
|
||||
|
||||
|
|
|
@ -77,7 +77,6 @@
|
|||
|
||||
spawn-at-startup = [
|
||||
{ command = ["waybar"]; }
|
||||
{ command = ["wpctl" "set-mute" "@DEFAULT_AUDIO_SINK@" "1"]; }
|
||||
{ command = ["brightnessctl" "s" "50%"]; }
|
||||
{ command = ["swaybg" "-i" "${./wallpaper.png}"]; }
|
||||
{ command = ["swayidle" "-w" "before-sleep" "swaylock"]; }
|
||||
|
@ -92,7 +91,7 @@
|
|||
"XF86AudioLowerVolume".action.spawn = ["wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "5%-"];
|
||||
"XF86AudioMute".action.spawn = ["wpctl" "set-mute" "@DEFAULT_AUDIO_SINK@" "toggle"];
|
||||
|
||||
"XF86MonBrightnessDown".action.spawn = ["brightnessctl" "-n=10%" "s" "5%-"];
|
||||
"XF86MonBrightnessDown".action.spawn = ["brightnessctl" "s" "5%-"];
|
||||
"XF86MonBrightnessUp".action.spawn = ["brightnessctl" "s" "5%+"];
|
||||
|
||||
"Mod+Backspace".action.close-window = [];
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
"wireplumber" = {
|
||||
format = "{icon}";
|
||||
format-alt = "{volume}%";
|
||||
format-muted = "";
|
||||
format-icons = ["" "" ""];
|
||||
format-muted = "";
|
||||
format-icons = ["" "" "" ""];
|
||||
tooltip = false;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue