eww: Add color-scheme switch button
This commit is contained in:
7
tree/.local/bin/get-color-scheme.tpl
Executable file
7
tree/.local/bin/get-color-scheme.tpl
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
{% if light %}
|
||||
echo light
|
||||
{% else %}
|
||||
echo dark
|
||||
{% end %}
|
||||
Reference in New Issue
Block a user