diff options
Diffstat (limited to 'patch')
-rwxr-xr-x | patch/thunar-refresh | 4 | ||||
-rwxr-xr-x | patch/xfconf | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/patch/thunar-refresh b/patch/thunar-refresh index f17a396..df912d7 100755 --- a/patch/thunar-refresh +++ b/patch/thunar-refresh @@ -9,6 +9,8 @@ # <description>Refresh current content</description> # <directories/> #</action> +# deps +sudo apt install xmlstarlet xdotool sudo xmlstarlet ed -L \ -i '/actions/action[1]' -t elem -n action \ @@ -20,6 +22,8 @@ sudo xmlstarlet ed -L \ -s '/actions/action[1]' -t elem -n description -v 'Refresh current content' \ -s '/actions/action[1]' -t elem -n directories \ /etc/xdg/Thunar/uca.xml +sudo apt remove xmlstarlet + rm -f ~/.config/Thunar/uca.xml thunar -q pkill xfdesktop diff --git a/patch/xfconf b/patch/xfconf index 20e755c..4db4e80 100755 --- a/patch/xfconf +++ b/patch/xfconf @@ -5,6 +5,8 @@ conf() shift xfconf-query -c "${pth%%/*}" -p "/${pth#*/}" -s "$@" } +# deps +sudo apt install materia-gtk-theme papirus-icon-theme conf xsettings/Gtk/DialogsUseHeader false conf xsettings/Gtk/MenuImages true |