File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
1
+ set -oue pipefail
2
+
3
+ for file in /usr/share/applications/rofi.desktop \
4
+ /usr/share/applications/rofi-theme-selector.desktop \
5
+ /usr/share/applications/nwg-panel-config.desktop; do
6
+ if [ -f " $file " ]; then
7
+ echo " Testing changes for $file :"
8
+ sed ' /^NoDisplay=/{
9
+ s/NoDisplay=false/NoDisplay=true/
10
+ }
11
+ /^NoDisplay=/!{
12
+ $a\NoDisplay=true
13
+ }' " $file "
14
+ echo " --------------------------"
15
+ else
16
+ echo " File $file does not exist."
17
+ fi
18
+ done
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ modules:
38
38
- https://copr.fedorainfracloud.org/coprs/solopasha/hyprland/repo/fedora-%OS_VERSION%/solopasha-hyprland-fedora-%OS_VERSION%.repo
39
39
- https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-%OS_VERSION%/atim-starship-fedora-%OS_VERSION%.repo
40
40
- https://copr.fedorainfracloud.org/coprs/celestelove/SwayOSD/repo/fedora-%OS_VERSION%/celestelove-SwayOSD-fedora-%OS_VERSION%.repo
41
+ - https://copr.fedorainfracloud.org/coprs/pgdev/ghostty/repo/fedora-%OS_VERSION%/pgdev-ghostty-fedora-%OS_VERSION%.repo
42
+ - https://copr.fedorainfracloud.org/coprs/mecattaf/zenRPM/repo/fedora-%OS_VERSION%/mecattaf-zenRPM-fedora-%OS_VERSION%.repo
41
43
- https://pkg.cloudflareclient.com/cloudflare-warp-ascii.repo
42
44
- https://pkgs.tailscale.com/stable/fedora/tailscale.repo
43
45
install :
@@ -145,6 +147,7 @@ modules:
145
147
146
148
# Terminal
147
149
- kitty
150
+ - ghostty
148
151
149
152
# theme and GUI
150
153
- fontawesome-fonts-all
@@ -153,6 +156,8 @@ modules:
153
156
- paper-icon-theme
154
157
- breeze-icon-theme
155
158
- papirus-icon-theme
159
+ - bibata-cursor-themes
160
+ - nwg-look
156
161
157
162
# Virtual Machines
158
163
- libvirt
Original file line number Diff line number Diff line change 1
1
modules :
2
2
- type : script
3
3
scripts :
4
+ - desktop.sh
4
5
- removeunusedrepos.sh
5
- - regenerateinitramfs.sh
6
+ - regenerateinitramfs.sh
You can’t perform that action at this time.
0 commit comments