Add wallpaper, and gtk2 font setting

This commit is contained in:
Ryan 2023-07-16 20:53:46 +08:00
parent d472984aa0
commit de0f05b9a0
Signed by: juan
GPG Key ID: 807ECD28A698D245
5 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,3 @@
gtk-icon-theme-name = "Papirus-Dark"
gtk-theme-name = "Adwaita-dark"
gtk-font-name = "IBM Plex 12"

View File

@ -1,2 +1,3 @@
gtk-icon-theme-name = "Papirus-Light"
gtk-theme-name = "Adwaita"
gtk-font-name = "IBM Plex 12"

View File

@ -2,10 +2,8 @@ scheme=$(echo -e "light\ndark" | wofi -d -p "󰔎 Select color scheme")
# simply subsitude dark and light
if [ $scheme = "light" ]; then
notify-send "Toggling light color scheme"
command="s/dark/light/"
elif [ $scheme = "dark" ]; then
notify-send "Toggling dark color scheme"
command="s/light/dark/"
else
exit 1

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB