Fixes icons for notifications

This commit is contained in:
Michel Fedde 2025-07-14 19:58:46 +02:00
parent 4024086cee
commit cc918502b1
6 changed files with 25 additions and 21 deletions

View file

@ -10,7 +10,7 @@ active_window_class=$(hyprctl -j activewindow | jq -r '(.class)')
active_window_file="Screenshot_${time}_${active_window_class}.png"
active_window_path="${dir}/${active_window_file}"
notify_cmd_base="notify-send -t 10000 -A action1=Open -A action2=Delete -h string:x-canonical-private-synchronous:shot-notify"
notify_cmd_base="notify-send -i "shoot" -t 10000 -A action1=Open -A action2=Delete -h string:x-canonical-private-synchronous:shot-notify"
#notify_swappy="notify-send -h string:x-canonical-private-synchronous:shot-notify -u low -i ${iDIR}/picture.png"
notify_cmd_shot="${notify_cmd_base}"
notify_cmd_shot_win="${notify_cmd_base}"