Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
test add default packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vfosnar authored Oct 21, 2023
1 parent 1d1c1c2 commit a8c1e58
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/files/usr/share/ublue-os/firstboot/yafti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ screens:
first-screen:
source: yafti.screen.title
values:
title: "Welcome to uBlue (Alpha)"
title: "Welcome to uBlue Hyprland"
icon: "/path/to/icon"
description: |
This guided installer will help you get started with your new system.
Expand Down
6 changes: 6 additions & 0 deletions config/files/usr/share/ublue-os/hypr/hyprland.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

# startup
exec-once=dunst
exec-once=/usr/lib/polkit-kde-authentication-agent-1
exec-once=waybar
exec-once=hyprpaper
29 changes: 25 additions & 4 deletions config/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,32 @@ modules:
repos:
- https://copr.fedorainfracloud.org/coprs/solopasha/hyprland/repo/fedora-38/solopasha-hyprland-fedora-38.repo
install:
# hyprland
- hyprland
- xdg-desktop-portal-hyprland
- hyprpicker
- hyprshot
- sddm-wayland-generic
- hyprpaper # wallpaper util
- hyprpicker # color picker
- hyprshot # screenshot util
- xdg-desktop-portal-hyprland # desktop portal

# audio
- pipewire
- wireplumber

# terminal
- alacritty # terminal
- micro # tui editor better than nano
- zsh # shell

# qt
- qt5-qtwayland
- qt6-qtwayland

# other
- dunst # notification daemon
- polkit-kde
- sddm-wayland-generic # display manager
- waybar
- wofi
remove:
- firefox # default firefox removed in favor of flatpak
- firefox-langpacks # langpacks needs to also be removed to prevent dependency problems
Expand Down

0 comments on commit a8c1e58

Please sign in to comment.