summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj_sh6042025-12-29 09:55:14 -0500
committerkj_sh6042025-12-29 09:55:14 -0500
commita5ab6d341027c23c053de17d129ebc48c6dca9db (patch)
tree154360997859cba14301140b1a2eabdd814fe010
parentee85b6efc64e873269034ac10ddd106e6ead4b05 (diff)
kj-gitbot: elementary-xfce-icons-inherits.sh
-rw-r--r--elementary-xfce-icons-inherits-hook-kj_sh604/elementary-xfce-icons-inherits.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/elementary-xfce-icons-inherits-hook-kj_sh604/elementary-xfce-icons-inherits.sh b/elementary-xfce-icons-inherits-hook-kj_sh604/elementary-xfce-icons-inherits.sh
index 9469b02..c28300a 100644
--- a/elementary-xfce-icons-inherits-hook-kj_sh604/elementary-xfce-icons-inherits.sh
+++ b/elementary-xfce-icons-inherits-hook-kj_sh604/elementary-xfce-icons-inherits.sh
@@ -1,6 +1,6 @@
#!/bin/bash
theme_file="/usr/share/icons/elementary-xfce/index.theme"
-new_inherits="Inherits=elementary,Yaru-wartybrown-dark,Yaru-wartybrown,Yaru-dark,Yaru,Mint-Y,Mint-X,Moka,Faba,kora,Humanity,gnome,Adwaita,breeze,Tango,hicolor"
+new_inherits="Inherits=elementary,Yaru-wartybrown-dark,Yaru-wartybrown,Yaru-dark,Yaru,Papirus,kora,Mint-Y,Mint-X,Moka,Faba,Humanity,gnome,Adwaita,breeze,Tango,hicolor"
if [[ -f "$theme_file" ]]; then
sed -i "s/^Inherits=.*/$new_inherits/" "$theme_file"