Volume hotkeys + network interface
This commit is contained in:
@ -54,7 +54,7 @@
|
||||
"network": {
|
||||
"format": "<span font=\"FontAwesome\"></span> {ipaddr}",
|
||||
"format-disconnected": "<span font=\"FontAwesome\"></span> ",
|
||||
"interface": "enp0s31f6",
|
||||
"interface": "enp7s0",
|
||||
"tooltip-format": "{ifname} via {gwaddr}"
|
||||
},
|
||||
|
||||
|
@ -77,7 +77,7 @@ rec {
|
||||
|
||||
flatseal.enable = true;
|
||||
discord.enable = true;
|
||||
spotify.enable = true;
|
||||
spotify.enable = false; # Can't login because browser doesn't open
|
||||
bottles.enable = false;
|
||||
obsidian.enable = true;
|
||||
jabref.enable = false;
|
||||
@ -102,6 +102,9 @@ rec {
|
||||
"$mainMod, P" = ["exec, hyprpicker -a"];
|
||||
"$mainMod, S" = ["exec, grim -g \"$(slurp)\""];
|
||||
"$mainMod CTRL, S" = ["exec, grim -g \"$(slurp)\" - | wl-copy"];
|
||||
|
||||
", XF86AudioRaiseVolume" = ["exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+"];
|
||||
", XF86AudioLowerVolume" = ["exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%-"];
|
||||
};
|
||||
};
|
||||
|
||||
@ -357,7 +360,8 @@ rec {
|
||||
|
||||
cool-retro-term
|
||||
ventoy-full # Bootable USB for many ISOs
|
||||
geekbench
|
||||
# geekbench
|
||||
spotify
|
||||
|
||||
# Xooooorg/Desktop environment stuff
|
||||
# xclip
|
||||
|
Reference in New Issue
Block a user