From bd4c161c454ff6996d2b61a88307c18ebae5b578 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sun, 21 Sep 2025 16:31:09 -0400 Subject: [PATCH 1/7] Switch to the git quickshell version --- recipes/dnf/hyprland.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/dnf/hyprland.yml b/recipes/dnf/hyprland.yml index 51d60a6..14b8038 100644 --- a/recipes/dnf/hyprland.yml +++ b/recipes/dnf/hyprland.yml @@ -16,4 +16,4 @@ modules: - matugen # quickshell - - quickshell \ No newline at end of file + - quickshell-git \ No newline at end of file -- 2.47.3 From 66c4724954bb85470f6616bdea009480dc6cc164 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sun, 21 Sep 2025 16:31:46 -0400 Subject: [PATCH 2/7] Removed cloning chezmoi into skel --- recipes/components/chezmoi-module.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/recipes/components/chezmoi-module.yml b/recipes/components/chezmoi-module.yml index 818b374..f5a8d3e 100644 --- a/recipes/components/chezmoi-module.yml +++ b/recipes/components/chezmoi-module.yml @@ -1,7 +1,3 @@ modules: - type: chezmoi - repository: "https://git.hydrosaber.com/eriq12/dotfiles" - - - type: script - scripts: - - setupchezmoiskel.sh \ No newline at end of file + repository: "https://git.hydrosaber.com/eriq12/dotfiles" \ No newline at end of file -- 2.47.3 From d7cd51d3b0716503624ca7684e5d7c5a0eecec7c Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sun, 21 Sep 2025 16:51:14 -0400 Subject: [PATCH 3/7] removed vlc and discover overlay --- recipes/dnf/applications.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/recipes/dnf/applications.yml b/recipes/dnf/applications.yml index f7154aa..f0ae301 100644 --- a/recipes/dnf/applications.yml +++ b/recipes/dnf/applications.yml @@ -4,8 +4,6 @@ modules: nonfree: rpmfusion files: - https://repo.vscodium.dev/vscodium.repo - copr: - - mavit/discover-overlay install: packages: # applications @@ -22,9 +20,6 @@ modules: - ffmpegthumbnailer - # music / video player - - vlc - # text editor - neovim - codium @@ -37,9 +32,6 @@ modules: # kdeconnect - kde-connect - - # discord overlay - - discover-overlay # settings apps # qt -- 2.47.3 From 47d74d82658058fe025a621bd6c21f0c6b3d30f5 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sun, 21 Sep 2025 17:12:32 -0400 Subject: [PATCH 4/7] Removed codium package --- recipes/dnf/applications.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipes/dnf/applications.yml b/recipes/dnf/applications.yml index f0ae301..44e9e6b 100644 --- a/recipes/dnf/applications.yml +++ b/recipes/dnf/applications.yml @@ -2,8 +2,6 @@ modules: - type: dnf repos: nonfree: rpmfusion - files: - - https://repo.vscodium.dev/vscodium.repo install: packages: # applications @@ -22,7 +20,6 @@ modules: # text editor - neovim - - codium # software store - gnome-software -- 2.47.3 From 794b8364b4861845b28329f5db02598c460749ed Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sun, 21 Sep 2025 19:22:30 -0400 Subject: [PATCH 5/7] Remove remnants of swww and codium, and removed monitors.conf from skel --- .../hypr/hyprland.conf.d/monitors.conf | 4 --- .../usr/share/applications/codium.desktop | 27 ------------------- files/systemd/user/swww.service | 15 ----------- recipes/components/systemd-module.yml | 1 - 4 files changed, 47 deletions(-) delete mode 100644 files/system/etc/skel/.config/hypr/hyprland.conf.d/monitors.conf delete mode 100644 files/system/usr/share/applications/codium.desktop delete mode 100644 files/systemd/user/swww.service diff --git a/files/system/etc/skel/.config/hypr/hyprland.conf.d/monitors.conf b/files/system/etc/skel/.config/hypr/hyprland.conf.d/monitors.conf deleted file mode 100644 index 17890f6..0000000 --- a/files/system/etc/skel/.config/hypr/hyprland.conf.d/monitors.conf +++ /dev/null @@ -1,4 +0,0 @@ -# monitors.conf - -# See https://wiki.hyprland.org/Configuring/Monitors/ -monitor=,preferred,auto,auto \ No newline at end of file diff --git a/files/system/usr/share/applications/codium.desktop b/files/system/usr/share/applications/codium.desktop deleted file mode 100644 index 12f332b..0000000 --- a/files/system/usr/share/applications/codium.desktop +++ /dev/null @@ -1,27 +0,0 @@ -[Desktop Entry] -Name=VSCodium -Comment=Code Editing. Redefined. -GenericName=Text Editor -Exec=/usr/share/codium/codium --ozone-platform=wayland %F -Icon=vscodium -Type=Application -StartupNotify=false -StartupWMClass=VSCodium -Categories=TextEditor;Development;IDE; -MimeType=text/plain;inode/directory;application/x-codium-workspace; -Actions=new-empty-window; -Keywords=vscodium;codium;vscode; - -[Desktop Action new-empty-window] -Name=New Empty Window -Name[de]=Neues leeres Fenster -Name[es]=Nueva ventana vacía -Name[fr]=Nouvelle fenêtre vide -Name[it]=Nuova finestra vuota -Name[ja]=新しい空のウィンドウ -Name[ko]=새 빈 창 -Name[ru]=Новое пустое окно -Name[zh_CN]=新建空窗口 -Name[zh_TW]=開新空視窗 -Exec=/usr/share/codium/codium --new-window %F -Icon=vscodium diff --git a/files/systemd/user/swww.service b/files/systemd/user/swww.service deleted file mode 100644 index 1993560..0000000 --- a/files/systemd/user/swww.service +++ /dev/null @@ -1,15 +0,0 @@ -[Unit] -Description=Background service -# order startup after WM -After=graphical-session.target - -[Service] -Type=exec -# Repurpose XDG Autostart filtering -ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "wlroots:sway:Wayfire:labwc:Hyprland" "" -ExecStart=/usr/bin/swww-daemon -Restart=on-failure -Slice=app-graphical.slice - -[Install] -WantedBy=graphical-session.target \ No newline at end of file diff --git a/recipes/components/systemd-module.yml b/recipes/components/systemd-module.yml index 501ca3c..7df2973 100644 --- a/recipes/components/systemd-module.yml +++ b/recipes/components/systemd-module.yml @@ -7,6 +7,5 @@ modules: user: enabled: - flatpak-user-update.timer - - swww.service - quickshell.service - hyprpolkitagent.service \ No newline at end of file -- 2.47.3 From c2773ecfc0dc13a158128a9222e3684d3e41639b Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sun, 21 Sep 2025 22:22:29 -0400 Subject: [PATCH 6/7] Added back vlc --- recipes/dnf/applications.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/dnf/applications.yml b/recipes/dnf/applications.yml index 44e9e6b..00021e3 100644 --- a/recipes/dnf/applications.yml +++ b/recipes/dnf/applications.yml @@ -18,6 +18,9 @@ modules: - ffmpegthumbnailer + # music / video player + - vlc + # text editor - neovim -- 2.47.3 From 2f45dcc623c447b0b271a63a2778e1496d9ad941 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sun, 21 Sep 2025 22:43:37 -0400 Subject: [PATCH 7/7] Install qdirstat --- recipes/dnf/applications.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/dnf/applications.yml b/recipes/dnf/applications.yml index 00021e3..e811113 100644 --- a/recipes/dnf/applications.yml +++ b/recipes/dnf/applications.yml @@ -30,6 +30,8 @@ modules: # disk management - gnome-disk-utility + - qdirstat + # kdeconnect - kde-connect -- 2.47.3