diff options
author | Guangxiong Lin <[email protected]> | 2023-02-25 09:09:40 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-02-25 09:09:40 +0800 |
commit | ed21dbdb5954e8b6327747686022b87f9ae57cfd (patch) | |
tree | bc93c9622ade4ed939f33e6be14f5213ae4b756c /.local/share/dark-mode.d | |
parent | a7a553c1df4862037917be8bf40bc4a2a5b47044 (diff) | |
download | dotfiles-ed21dbdb5954e8b6327747686022b87f9ae57cfd.tar.gz dotfiles-ed21dbdb5954e8b6327747686022b87f9ae57cfd.tar.bz2 dotfiles-ed21dbdb5954e8b6327747686022b87f9ae57cfd.zip |
Remove theme related config
Diffstat (limited to '.local/share/dark-mode.d')
-rwxr-xr-x | .local/share/dark-mode.d/gtk-theme.sh | 8 | ||||
-rwxr-xr-x | .local/share/dark-mode.d/qt-theme.sh | 3 |
2 files changed, 0 insertions, 11 deletions
diff --git a/.local/share/dark-mode.d/gtk-theme.sh b/.local/share/dark-mode.d/gtk-theme.sh deleted file mode 100755 index 8fd9485..0000000 --- a/.local/share/dark-mode.d/gtk-theme.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -gnome_schema='org.gnome.desktop.interface' -gtk_theme='Adwaita-dark' - -gsettings set $gnome_schema gtk-theme $gtk_theme -gsettings set $gnome_schema icon-theme $gtk_theme -gsettings set $gnome_schema cursor-theme $gtk_theme diff --git a/.local/share/dark-mode.d/qt-theme.sh b/.local/share/dark-mode.d/qt-theme.sh deleted file mode 100755 index e87c685..0000000 --- a/.local/share/dark-mode.d/qt-theme.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -sed -i 's/^style=Adwaita$/style=Adwaita-Dark/' $HOME/.config/qt5ct/qt5ct.conf |