Skip to content

Commit

Permalink
add icon theme
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed Sep 5, 2023
1 parent 0c4a98e commit a76688a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions manifest
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export PACKAGES="\
broadcom-wl-dkms \
cifs-utils \
diffutils \
dconf-editor \
dkms \
dmidecode \
dosbox \
Expand Down Expand Up @@ -130,6 +131,7 @@ export PACKAGES="\
pulsemixer \
python \
python-inotify-simple \
papirus-icon-theme \
retroarch \
rsync \
smbclient \
Expand Down Expand Up @@ -296,6 +298,8 @@ postinstallhook() {
# clean up desktop shortcuts
sed -i -e 's/Name=Steam (Runtime)/Name=Steam/' /usr/share/applications/steam.desktop
find /usr/share/applications/* | \
grep -v ca.desrt.dconf-editor.desktop | \
grep -v gparted.desktop | \
grep -v org.chimeraos.Gamescope.desktop | \
grep -v org.chimeraos.app.desktop | \
grep -v org.gnome.Console.desktop | \
Expand All @@ -306,10 +310,10 @@ postinstallhook() {
grep -v org.gnome.Software.desktop | \
grep -v org.gnome.TextEditor.desktop | \
grep -v org.gnome.tweaks.desktop | \
grep -v steam.desktop | \
grep -v gparted.desktop | \
grep -v org.gnome.Extensions.desktop | \
grep -v protonup-qt.desktop | \
grep -v protontricks.desktop | \
grep -v steam.desktop | \
grep -v sk-chos-tool.desktop | \
grep -v sk-chos-tool-command.desktop | \
xargs -I {} sh -c "echo NoDisplay=true >> {}"
Expand Down
1 change: 1 addition & 0 deletions rootfs/etc/dconf/db/local.d/01-dark-theme
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[org/gnome/desktop/interface]

color-scheme='prefer-dark'
icon-theme='Papirus'

0 comments on commit a76688a

Please sign in to comment.