Skip to content

Commit 6363989

Browse files
committed
Waybar and kitty
1 parent f7e7e9d commit 6363989

File tree

6 files changed

+766
-197
lines changed

6 files changed

+766
-197
lines changed

build_files/build.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,13 @@ set -ouex pipefail
1212
# Compositor / Hyprland Utilities
1313
dnf5 -y clean all
1414
dnf5 -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
1818
dnf5 -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
2824
dnf5 -y copr enable errornointernet/packages

dot_files/ashell/config.toml

Lines changed: 0 additions & 181 deletions
This file was deleted.

dot_files/hypr/hyprland.conf

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff 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
5453
exec-once = systemctl --user start elephant.service
54+
55+
# Application Launcher
5556
exec-once = walker --gapplication-service
57+
58+
# Notifications
5659
exec-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
6265
exec-once = hyprpaper -c /usr/share/binaryos/config/hypr/hyprpaper.conf
6366

64-
# Start swayosd server for OSD notifications
67+
# OSD
6568
exec-once = swayosd-server
6669

67-
# Start hypridle for auto-lock
70+
# Idle / Lock
6871
exec-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
#############################

0 commit comments

Comments
 (0)