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: 60322b9a5f446b24c1fd39db2a9f928bcc043f88 (
plain
)
1
2
3
#!/sbin/sh [ $(pidof swayidle) ] && echo "🌑" || echo "🌕"