eww replacement of waybar
This commit is contained in:
@@ -12,14 +12,14 @@ apply_day() {
|
||||
for mon in "${MONITORS[@]}"; do
|
||||
hyprctl hyprpaper wallpaper "$mon,$DAY_WALL" &>/dev/null
|
||||
done
|
||||
sh ~/.config/waybar/switch-theme.sh day
|
||||
#sh ~/.config/waybar/switch-theme.sh day
|
||||
}
|
||||
|
||||
apply_night() {
|
||||
for mon in "${MONITORS[@]}"; do
|
||||
hyprctl hyprpaper wallpaper "$mon,$NIGHT_WALL" &>/dev/null
|
||||
done
|
||||
sh ~/.config/waybar/switch-theme.sh night
|
||||
#sh ~/.config/waybar/switch-theme.sh night
|
||||
}
|
||||
|
||||
wait_for_hyprpaper() {
|
||||
|
||||
Reference in New Issue
Block a user