mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-25 04:11:49 +08:00
Add wallpaper, and gtk2 font setting
This commit is contained in:
parent
d472984aa0
commit
de0f05b9a0
@ -1,2 +1,3 @@
|
|||||||
gtk-icon-theme-name = "Papirus-Dark"
|
gtk-icon-theme-name = "Papirus-Dark"
|
||||||
gtk-theme-name = "Adwaita-dark"
|
gtk-theme-name = "Adwaita-dark"
|
||||||
|
gtk-font-name = "IBM Plex 12"
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
gtk-icon-theme-name = "Papirus-Light"
|
gtk-icon-theme-name = "Papirus-Light"
|
||||||
gtk-theme-name = "Adwaita"
|
gtk-theme-name = "Adwaita"
|
||||||
|
gtk-font-name = "IBM Plex 12"
|
||||||
|
@ -2,10 +2,8 @@ scheme=$(echo -e "light\ndark" | wofi -d -p " Select color scheme")
|
|||||||
|
|
||||||
# simply subsitude dark and light
|
# simply subsitude dark and light
|
||||||
if [ $scheme = "light" ]; then
|
if [ $scheme = "light" ]; then
|
||||||
notify-send "Toggling light color scheme"
|
|
||||||
command="s/dark/light/"
|
command="s/dark/light/"
|
||||||
elif [ $scheme = "dark" ]; then
|
elif [ $scheme = "dark" ]; then
|
||||||
notify-send "Toggling dark color scheme"
|
|
||||||
command="s/light/dark/"
|
command="s/light/dark/"
|
||||||
else
|
else
|
||||||
exit 1
|
exit 1
|
||||||
|
BIN
Pictures/wall/sway/dark/181818.png
Normal file
BIN
Pictures/wall/sway/dark/181818.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
Pictures/wall/sway/light/fbf1c7.png
Normal file
BIN
Pictures/wall/sway/light/fbf1c7.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
Loading…
Reference in New Issue
Block a user