File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
scripts/.local/bin/scripts Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ipc = off
55
66wallpaper {
77 monitor = HDMI-A-1
8- path = $HOME /.config/hypr/wallpapers/pics/street_with_signs_and_lights.png
8+ path = /home/runner /.config/hypr/wallpapers/pics/street_with_signs_and_lights.png
99 fit_mode = cover
1010}
1111
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- # Refresh UI components (Kanshi and Waybar )
2+ # Refresh UI components (Kanshi, Waybar and Hyprpaper )
33pkill -HUP kanshi > /dev/null 2>&1
44pkill -9 -x waybar > /dev/null 2>&1
5+ pkill -9 -x hyprpaper > /dev/null 2>&1
56
67# Restart Waybar if it exists
78if command -v waybar > /dev/null 2>&1 ; then
89 waybar > /dev/null 2>&1 &
910fi
11+
12+ # Restart Hyprpaper if it exists
13+ if command -v hyprpaper > /dev/null 2>&1 ; then
14+ hyprpaper > /dev/null 2>&1 &
15+ fi
You can’t perform that action at this time.
0 commit comments