Skip to content

Commit 1ed0106

Browse files
committed
Trying to fix elephant from crashing
1 parent 6d2130a commit 1ed0106

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

build_files/build.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ dnf5 -y install walker
2727
# Application Launcher
2828
dnf5 -y copr enable errornointernet/packages
2929
dnf5 -y install elephant
30+
elepahant service enable
3031

3132
# On Screen Display
3233
dnf5 -y copr enable markupstart/SwayOSD
@@ -44,6 +45,9 @@ dnf5 -y install wezterm
4445
dnf5 -y copr enable agriffis/neovim-nightly
4546
dnf5 -y install neovim python3-neovim
4647

48+
# CLI Tools
49+
dnf5 -y install fd-find
50+
4751
# Install BinaryOS application configs as system defaults
4852
# XDG-compliant applications will use these as defaults when users first log in
4953

@@ -75,4 +79,7 @@ cp -r /usr/share/binaryos/config/walker/themes /etc/xdg/walker/
7579
# Gitui configs
7680
install -Dm644 /usr/share/binaryos/config/gitui/key_bindings.ron /etc/xdg/gitui/key_bindings.ron
7781

82+
# Elephant configs
83+
install -Dm644 /usr/share/binaryos/config/elephant/elephant.toml /etc/xdg/elephant/elephant.toml
84+
7885
# systemctl enable podman.socket

dot_files/elephant/elephant.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Elephant Configuration - BinaryOS
2+
# Configuration for the Elephant data provider service
3+
4+
# Disable Arch Linux packages provider since we're on Fedora
5+
[archlinuxpkgs]
6+
disabled = true
7+

dot_files/hypr/hyprland.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ $menu = /usr/sbin/walker
5252
# Autostart necessary processes (like notifications daemons, status bars, etc.)
5353
# Or execute your favorite apps at launch like this:
5454

55-
# Start Elephant service (required for Walker)
56-
exec-once = systemctl --user start elephant.service
57-
5855
# Start hyprpaper for wallpaper
5956
exec-once = hyprpaper -c ~/.config/hypr/hyprpaper.conf
6057

0 commit comments

Comments
 (0)