Updates
This commit is contained in:
parent
4c229fac9a
commit
6ef4bdae25
|
@ -28,6 +28,7 @@ bind = $mainMod SHIFT, right, resizeactive, 100 0
|
|||
bind = $mainMod SHIFT, left, resizeactive, -100 0
|
||||
bind = $mainMod SHIFT, up, resizeactive, 0 -100
|
||||
bind = $mainMod SHIFT, down, resizeactive, 0 100
|
||||
bind = $mainMod, G, togglegroup
|
||||
|
||||
# Actions
|
||||
bind = $mainMod, PRINT, exec, ~/dotfiles/hypr/scripts/screenshot.sh
|
||||
|
|
|
@ -98,7 +98,12 @@ swww img $wallpaper \
|
|||
# -----------------------------------------------------
|
||||
# Send notification
|
||||
# -----------------------------------------------------
|
||||
sleep 1
|
||||
notify-send "Colors and Wallpaper updated" "with image $newwall"
|
||||
|
||||
if [ "$1" == "init" ] ;then
|
||||
echo ":: Init"
|
||||
else
|
||||
sleep 1
|
||||
notify-send "Colors and Wallpaper updated" "with image $newwall"
|
||||
fi
|
||||
|
||||
echo "DONE!"
|
||||
|
|
Loading…
Reference in New Issue
Block a user