Skip to content

Commit 978510f

Browse files
committed
Change walker copr
1 parent 9e7b497 commit 978510f

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

build_files/build.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,11 @@ dnf5 -y install fd-find
2323
dnf5 -y copr enable killcrb/ashell
2424
dnf5 -y install ashell
2525

26-
# Application Launcher - Elephant (install first from packages repo)
26+
# Application Launcher - Walker / Elephant
2727
dnf5 -y copr enable errornointernet/packages
28-
dnf5 -y install elephant
28+
dnf5 -y install elephant walker
2929
elephant 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
3632
dnf5 -y copr enable markupstart/SwayOSD
3733
dnf5 -y install swayosd

dot_files/hypr/hyprland.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
5657
exec-once = hyprpaper -c ~/.config/hypr/hyprpaper.conf

dot_files/hypr/hyprpaper.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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

0 commit comments

Comments
 (0)