diff options
author | 2023-01-04 23:46:15 +0600 | |
---|---|---|
committer | 2023-01-04 23:46:15 +0600 | |
commit | baa72684e8d5e4f05e3d96518a865c030e4fe29b (patch) | |
tree | c452b371b6396f20cab15e9f8803b6108d1a4cd2 /patch/xfconf | |
parent | 48b073941e0fc537ab4a35830b95c1ec07b8cddb (diff) | |
download | patches-baa72684e8d5e4f05e3d96518a865c030e4fe29b.tar.gz patches-baa72684e8d5e4f05e3d96518a865c030e4fe29b.zip |
patch: Add dependencies
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
Diffstat (limited to 'patch/xfconf')
-rwxr-xr-x | patch/xfconf | 2 |
1 files changed, 2 insertions, 0 deletions
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 |