diff options
author | zachir <zachir@librem.one> | 2025-07-15 20:48:59 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-15 20:48:59 -0500 |
commit | 0b5757ab583354257840b72afb3ee114196c5475 (patch) | |
tree | 22ebd30d6c27016064a737312fbc04eff1850ee4 /flattheme.sh | |
parent | 321d0dd7d4cd63b30b322d529f64e567d18086b2 (diff) |
Remove a bunch of scripts I no longer need
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 |