diff options
author | zachir <zachir@librem.one> | 2025-07-15 20:50:37 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-15 20:50:37 -0500 |
commit | b57c4b69d461ac785d793b8aedfd75db899c1bc9 (patch) | |
tree | 9da78a27832b41fde890af813fc914845cdbace0 /flattheme.sh | |
parent | c4ce28f4bc2ab0fb74707cd7f321da449ffd948e (diff) | |
parent | 4f5fb6b16fb0dc03ed2aae56658cc0fa0265a7ff (diff) |
Merge branch 'master' into artix
Diffstat (limited to 'flattheme.sh')
-rwxr-xr-x | flattheme.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/flattheme.sh b/flattheme.sh deleted file mode 100755 index 82996ad..0000000 --- a/flattheme.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -for dir in $HOME/.var/app/*/ -do - confdir="${dir}config/gtk-3.0" - mkdir -p $confdir - cp $HOME/.config/gtk-3.0/settings.ini $confdir/settings.ini -done |