File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed
Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,11 @@ dnf5 -y install fd-find
2323dnf5 -y copr enable killcrb/ashell
2424dnf5 -y install ashell
2525
26- # Application Launcher - Elephant (install first from packages repo)
26+ # Application Launcher - Walker / Elephant
2727dnf5 -y copr enable errornointernet/packages
28- dnf5 -y install elephant
28+ dnf5 -y install elephant walker
2929elephant service enable
3030
31- # Application Launcher - Walker (enable repo and exclude elephant to prevent conflicts)
32- dnf5 -y copr enable errornointernet/walker
33- dnf5 -y install walker
34-
3531# On Screen Display
3632dnf5 -y copr enable markupstart/SwayOSD
3733dnf5 -y install swayosd
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ $menu = /usr/sbin/walker
5151
5252# Autostart necessary processes (like notifications daemons, status bars, etc.)
5353# Or execute your favorite apps at launch like this:
54+ exec-once systemctl --user start elephant.service
5455
5556# Start hyprpaper for wallpaper
5657exec-once = hyprpaper -c ~/.config/hypr/hyprpaper.conf
Original file line number Diff line number Diff line change 22
33# Preload wallpapers (load into memory)
44# Replace with your actual wallpaper path
5- preload = /usr/share/binaryos/hypr/background.webp
5+ preload = /usr/share/binaryos/config/ hypr/background.webp
66
77# Set wallpaper for all monitors
88# Use empty monitor name to apply to all monitors
9- wallpaper = ,/usr/share/binaryos/hypr/background.webp
9+ wallpaper = ,/usr/share/binaryos/config/ hypr/background.webp
1010
1111# You can also set per-monitor wallpapers:
1212# wallpaper = DP-1,~/Pictures/wallpaper1.png
You can’t perform that action at this time.
0 commit comments