added ctl cmd C to clear notifs

main
Your Name 2025-05-12 12:43:00 +02:00
parent efc8800ee7
commit 08cbce2d86
2 changed files with 2 additions and 1 deletions

View File

@ -233,3 +233,4 @@ bindle=, XF86MonBrightnessDown, exec, bri --down
bindl=, XF86AudioPlay, exec, playerctl play-pause -p spotify, vlc bindl=, XF86AudioPlay, exec, playerctl play-pause -p spotify, vlc
bind= $mainMod SHIFT, I, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/getispeed.sh bind= $mainMod SHIFT, I, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/getispeed.sh
bind= $mainMod CTRL, C, exec, dunstctl close-all

View File

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
speedvar=$(~/.config/python-script/bin/python ~/Dotfiles/desktopenvs/hyprland/scripts/python/ispeedtest.py b) speedvar=$(~/.config/python-script/bin/python ~/Dotfiles/desktopenvs/hyprland/scripts/python/ispeedtest.py b)
notify-send -t 200000 $speedvar notify-send -t 200000 "$speedvar"