Skip to content

Commit 29cb380

Browse files
committed
Fix hypr paths and roll walker back minor versions
1 parent 4953ff5 commit 29cb380

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build_files/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dnf5 -y install ashell
2626

2727
# Application Launcher - Walker / Elephant
2828
dnf5 -y copr enable errornointernet/packages
29-
dnf5 -y install elephant walker-2.7.5
29+
dnf5 -y install elephant walker-2.7.2
3030
elephant service enable
3131

3232
# On Screen Display

dot_files/hypr/hyprland.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,16 @@ exec-once walker --gapplication-service
5656
exec-once systemctl --global start mako.service
5757

5858
# Start ashell status bar
59-
exec-once = ashell
59+
# exec-once = ashell -c
6060

6161
# Start hyprpaper for wallpaper
62-
exec-once = hyprpaper -c ~/.config/hypr/hyprpaper.conf
62+
exec-once = hyprpaper -c /usr/share/binaryos/config/hypr/hyprpaper.conf
6363

6464
# Start swayosd server for OSD notifications
6565
exec-once = swayosd-server
6666

6767
# Start hypridle for auto-lock
68-
exec-once = hypridle -c ~/.config/hypr/hypridle.conf
68+
exec-once = hypridle -c /usr/share/binaryos/config/hypr/hypridle.conf
6969

7070
# exec-once = $terminal
7171
# exec-once = nm-applet &

0 commit comments

Comments
 (0)