Actually add darkman state
This commit is contained in:
parent
858c7e9219
commit
cc6af0dbae
1 changed files with 5 additions and 0 deletions
5
home/dot_config/waybar/executable_darkmanstate.sh
Normal file
5
home/dot_config/waybar/executable_darkmanstate.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
state=$(darkman get)
|
||||
|
||||
echo "{\"text\": \"$state\", \"alt\": \"$state\", \"tooltip\": \"$state\"}"
|
||||
Loading…
Add table
Reference in a new issue