From 5651b13cccfd50d786df94c997641b1c0b766413 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Fri, 14 Mar 2025 00:15:50 +0200 Subject: Really cool changes. Changes to be committed: modified: alacritty/alacritty.toml modified: btop/btop.conf modified: install.sh modified: keybinds modified: tmux/tmux.conf --- keybinds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keybinds') diff --git a/keybinds b/keybinds index 0704094..aa850ad 100644 --- a/keybinds +++ b/keybinds @@ -81,4 +81,4 @@ XF86Audio{Raise,Lower}Volume # mute audio output control XF86AudioMute - [ $(amixer --card 0 get Master | tail -n 1 | sed -E 's/.*.\[//g' | cut -c1-2) = "on" ] && amixer --card 0 set Master mute || amixer --card 0 set Master unmute + [ $(amixer --card 0 get Master | tail -n 1 | sed -E 's/.*.\[//g' | cut -c1-2) = "on" ] && ( notify-send "🔇 Muted" && amixer --card 0 set Master mute ) || ( amixer --card 0 set Master unmute && notify-send "📢 Unmuted" ) -- cgit v1.2.3