File tree Expand file tree Collapse file tree 6 files changed +766
-197
lines changed
Expand file tree Collapse file tree 6 files changed +766
-197
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,13 @@ set -ouex pipefail
1212# Compositor / Hyprland Utilities
1313dnf5 -y clean all
1414dnf5 -y copr enable solopasha/hyprland
15- dnf5 -y install xdg-desktop-portal-hyprland hyprland hyprland-contrib hyprland-plugins hyprpaper hyprpicker hypridle hyprshot hyprlock pyprland xdg-desktop-portal-hyprland hyprland-qtutils
15+ dnf5 -y install waybar-git xdg-desktop-portal-hyprland hyprland hyprland-contrib hyprland-plugins hyprpaper hyprpicker hypridle hyprshot hyprlock pyprland xdg-desktop-portal-hyprland hyprland-qtutils
1616
1717# CLI Tools
1818dnf5 -y install fd-find
1919
2020# Remove extra things
2121# TODO: Figure out what we don't need from solopasha/hyprland
22- #
23- # GUI Shell
24- dnf5 -y copr enable killcrb/ashell
25- dnf5 -y install ashell
2622
2723# Application Launcher - Walker / Elephant
2824dnf5 -y copr enable errornointernet/packages
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -49,28 +49,27 @@ $menu = /usr/sbin/walker
4949### AUTOSTART ###
5050#################
5151
52- # Autostart necessary processes (like notifications daemons, status bars, etc.)
53- # Or execute your favorite apps at launch like this:
52+ # Data Broker
5453exec-once = systemctl --user start elephant.service
54+
55+ # Application Launcher
5556exec-once = walker --gapplication-service
57+
58+ # Notifications
5659exec-once = systemctl --global start mako.service
5760
58- # Start ashell status bar
59- # exec-once = ashell -c
61+ # Status Bar
62+ exec-once = waybar -c /usr/share/binaryos/config/waybar/config.json
6063
61- # Start hyprpaper for wallpaper
64+ # Wallpaper
6265exec-once = hyprpaper -c /usr/share/binaryos/config/hypr/hyprpaper.conf
6366
64- # Start swayosd server for OSD notifications
67+ # OSD
6568exec-once = swayosd-server
6669
67- # Start hypridle for auto-lock
70+ # Idle / Lock
6871exec-once = hypridle -c /usr/share/binaryos/config/hypr/hypridle.conf
6972
70- # exec-once = $terminal
71- # exec-once = nm-applet &
72- # exec-once = waybar & firefox
73- #
7473#############################
7574### ENVIRONMENT VARIABLES ###
7675#############################
You can’t perform that action at this time.
0 commit comments