index
:
scripts.git
lastx11
master
A collection of scripts I have written, with the hope that someone may find them useful.
ZachIR
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
swayidlechk
blob: 8717360bec41540a09656d737f25ceaf23136a98 (
plain
)
1
2
3
#!/bin/sh [ $(pidof swayidle) ] && echo "🌑" || echo "🌕"