added ctl cmd C to clear notifs
parent
efc8800ee7
commit
08cbce2d86
|
|
@ -233,3 +233,4 @@ bindle=, XF86MonBrightnessDown, exec, bri --down
|
|||
bindl=, XF86AudioPlay, exec, playerctl play-pause -p spotify, vlc
|
||||
|
||||
bind= $mainMod SHIFT, I, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/getispeed.sh
|
||||
bind= $mainMod CTRL, C, exec, dunstctl close-all
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
speedvar=$(~/.config/python-script/bin/python ~/Dotfiles/desktopenvs/hyprland/scripts/python/ispeedtest.py b)
|
||||
notify-send -t 200000 $speedvar
|
||||
notify-send -t 200000 "$speedvar"
|
||||
|
|
|
|||
Loading…
Reference in New Issue