qt6: switch from kvantum to kde family & hyprland: a new set of config

This commit is contained in:
2026-08-21 20:02:28 +02:00
parent 3082b15023
commit c53c27c5e3
198 changed files with 17376 additions and 7631 deletions
+8 -13
View File
@@ -29,24 +29,19 @@ GUI_BASE_PKGS = [
"ghostty", # alternative terminal emulator
"misc", # miscellaneous GUI configs (e.g. *-flags)
"mpd", # music player daemon
# "mpv", # media player
"wallpaper", # wallpapers & manager
"kvantum", # qt theming
"qt6", # qt theming
"nwg-look", # gtk theming
"wezterm", # alternative terminal emulator
]
# for Hyprland setup
# HYPRLAND_PKGS = [
# *GUI_BASE_PKGS,
# "eww", # widgets
# "hypr", # hypr family
# "hyprland", # wm config
# "mako", # notifications
# "rofi", # application launcher
# "waybar", # status bar
# "wlogout", # logout menu
# ]
HYPRLAND_PKGS = [
*GUI_BASE_PKGS,
"hypr", # hypr family
"hyprland", # wm config
"vicinae", # application launcher
]
# for Niri setup
NIRI_PKGS = [
@@ -62,7 +57,7 @@ PKGS = {
"base": BASE_PKGS,
"tui": TUI_PKGS,
"gui": GUI_BASE_PKGS,
# "hyprland": HYPRLAND_PKGS,
"hyprland": HYPRLAND_PKGS,
"niri": NIRI_PKGS,
}