switch-to-*.desktop
This commit is contained in:
parent
d991318870
commit
26a6a1aaee
2 changed files with 12 additions and 0 deletions
6
.local/share/applications/switch-to-dark.desktop
Normal file
6
.local/share/applications/switch-to-dark.desktop
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
|
Name=switch to dark
|
||||||
|
Exec=dconf write /org/gnome/desktop/interface/color-scheme "'prefer-dark'"
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
6
.local/share/applications/switch-to-light.desktop
Normal file
6
.local/share/applications/switch-to-light.desktop
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
|
Name=switch to light
|
||||||
|
Exec=dconf write /org/gnome/desktop/interface/color-scheme "'prefer-light'"
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
Loading…
Reference in a new issue