mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 07:26:12 +01:00
finished theme changer and wallpaper changer
This commit is contained in:
4
theme/dark
Executable file
4
theme/dark
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "dark"
|
||||
echo "isLight=0" > ~/.colormode
|
||||
4
theme/light
Executable file
4
theme/light
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "light"
|
||||
echo "isLight=1" > ~/.colormode
|
||||
Reference in New Issue
Block a user