Fix stat script

This commit is contained in:
Thomas Forgione 2025-04-15 13:11:49 +02:00
parent 4b76454bcd
commit 3456c5ec2f

View File

@ -37,7 +37,7 @@ $hyprscript = ~/.config/dotfiles/hypr/hyprscript
# Autostart necessary processes (like notifications daemons, status bars, etc.) # Autostart necessary processes (like notifications daemons, status bars, etc.)
# Or execute your favorite apps at launch like this: # Or execute your favorite apps at launch like this:
exec-once = ~/.config/dotfiles/hypr/stat.py & exec-once = $hyprscript stat &
exec-once = hyprpaper & exec-once = hyprpaper &
exec-once = nm-applet & exec-once = nm-applet &
exec-once = flameshot & exec-once = flameshot &