Compare commits

4 Commits

Author SHA1 Message Date
27bbd783df Moved qt ct to appearnace and added nwg-look
All checks were successful
bluebuild-nvidia / Build Custom Image (recipe_nvidia.yml) (pull_request) Successful in 12m56s
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 14m25s
bluebuild-nvidia / Build Custom Image (recipe_nvidia.yml) (push) Successful in 14m50s
bluebuild / Build Custom Image (recipe.yml) (push) Successful in 8m38s
2025-06-16 12:53:23 -04:00
0a0a3c820c Corrected typos from coping from another config
All checks were successful
bluebuild-nvidia / Build Custom Image (recipe_nvidia.yml) (pull_request) Successful in 21m55s
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 10m5s
2025-06-16 01:03:48 -04:00
f30442534f Added theme environment variables to systemd user space 2025-06-16 01:02:51 -04:00
68045125e4 Separate some components into smaller components and added bibata-cursor-themes 2025-06-16 00:58:11 -04:00
6 changed files with 50 additions and 23 deletions

View File

@@ -0,0 +1,2 @@
QT_QPA_PLATFORMTHEME=qt6ct
QT_QUICK_CONTROLS_STYLE=org.hyprland.style

View File

@@ -0,0 +1,15 @@
modules:
- type: dnf
install:
skip-unavailable: true
packages:
# fuzzy finder
- fzf
# dmenu runner
- fuzzel
# file manager
- nautilus
- file-roller
- file-roller-nautilus

View File

@@ -0,0 +1,29 @@
modules:
- type: dnf
repos:
copr:
- peterwu/rendezvous
- solopasha/hyprland
install:
skip-unavailable: true
packages:
# settings apps
# qt
- qt5ct
- qt6ct
# gtk
- nwg-look
# Themes and fonts
# emoji fonts
- google-noto-emoji-fonts
# theme and GUI
- fontawesome-fonts-all
- gnome-themes-extra
- gnome-icon-theme
- paper-icon-theme
- breeze-icon-theme
- papirus-icon-theme
- bibata-cursor-themes

View File

@@ -26,8 +26,6 @@ modules:
install:
packages:
# environment
# fuzzy finder
- fzf
# power profiles like
- tuned-ppd
# xwayland
@@ -47,17 +45,9 @@ modules:
# qt libraries
- qt5-qtwayland
- qt6-qtwayland
# qt ct packages
- qt5ct
- qt6ct
# emoji fonts
- google-noto-emoji-fonts
# vulkan
- vulkan-tools
- vulkan-validation-layers
# dmenu runner
- fuzzel
# polkit
- polkit
@@ -73,19 +63,6 @@ modules:
- bluez-tools
- firewall-config
# file manager
- nautilus
- file-roller
- file-roller-nautilus
# theme and GUI
- fontawesome-fonts-all
- gnome-themes-extra
- gnome-icon-theme
- paper-icon-theme
- breeze-icon-theme
- papirus-icon-theme
# power
- powerstat

View File

@@ -14,6 +14,8 @@ image-version: 42 # latest is also supported if you want new updates ASAP
modules:
- from-file: components/sddm-module.yml
- from-file: components/base-module.yml
- from-file: components/additional-stuff-module.yml
- from-file: components/appearance-module.yml
- from-file: components/sys-files-module.yml
- from-file: components/hyprland-module.yml
- from-file: components/zsh-module.yml

View File

@@ -14,6 +14,8 @@ image-version: 42 # latest is also supported if you want new updates ASAP
modules:
- from-file: components/sddm-module.yml
- from-file: components/base-module.yml
- from-file: components/additional-stuff-module.yml
- from-file: components/appearance-module.yml
- from-file: components/nvidia-module.yml
- from-file: components/sys-files-module.yml
- from-file: components/hyprland-module.yml