update configs

This commit is contained in:
Simon Rieger 2025-04-22 10:08:26 +02:00
parent a67e558b99
commit 176df07a1d
2 changed files with 31 additions and 2 deletions

View file

@ -12,7 +12,8 @@ bind = $mainMod+Shift, Q, killactive,
bind = $mainMod+Shift, L, exec, ~/.config/hypr/scripts/power.sh lock
bind = $mainMod, Y, exec, cliphist list | fuzzel --dmenu | { read selection && [ -n "$selection" ] && echo "$selection" | cliphist decode | wl-copy; }
bind = $mainMod+Shift, Y, exec, ~/.config/fuzzel/fuzzel-rbw.sh
bind = $mainMod+Shift, M, exit,
bind = $mainMod+Shift, M, exec, ~/.config/hypr/scripts/power.sh exit
bind = $mainMod+Shift, N, exec, swaync-client -t -sw
bind = $mainMod, E, exec, $fileManager
bind = $mainMod, V, togglefloating,
bind = $mainMod, D, exec, $menu

View file

@ -43,6 +43,7 @@
"notification-visibility": {
"mute-spotify": {
"state": "muted",
"urgency": "Low",
"app-name": "Spotify"
}
},
@ -53,7 +54,8 @@
"mpris",
"notifications",
"backlight",
"volume"
"volume",
"buttons-grid"
],
"widget-config": {
"inhibitors": {
@ -93,6 +95,32 @@
"active": true,
"command": "sh -c '[[ $SWAYNC_TOGGLE_STATE == true ]] && nmcli radio wifi on || nmcli radio wifi off'",
"update_command": "sh -c '[[ $(nmcli radio wifi) == \"enabled\" ]] && echo true || echo false'"
},
{
"label": "󰐥",
"command": "~/.config/hypr/scripts/power.sh shutdown"
},
{
"label": "󰜉",
"command": "~/.config/hypr/scripts/power.sh reboot"
},
{
"label": "󰌾",
"command": "~/.config/hypr/scripts/power.sh lock"
},
{
"label": "󰍃",
"command": "~/.config/hypr/scripts/power.sh exit"
},
{
"label": "󰕾",
"command": "pactl set-sink-mute @DEFAULT_SINK@ toggle",
"type": "toggle"
},
{
"label": "󰍬",
"command": "pactl set-source-mute @DEFAULT_SOURCE@ toggle",
"type": "toggle"
}
]
}