eww replacement of waybar

This commit is contained in:
samantha42
2026-04-20 20:37:54 +02:00
parent a240874719
commit 52fa42698f
14 changed files with 591 additions and 119 deletions

View File

@@ -1,11 +1,6 @@
#!/usr/bin/env bash
# Reload Waybar if running, otherwise start it
if pgrep -x waybar >/dev/null; then
killall -SIGUSR2 waybar
else
setsid waybar &>/dev/null &
fi
pgrep -x eww >/dev/null && eww kill; bash ~/.config/eww/scripts/launch.sh
# Restart hyprpaper
pkill hyprpaper 2>/dev/null