added picom toggle/status modules to polybar
This commit is contained in:
6
.config/polybar/picom_status.sh
Executable file
6
.config/polybar/picom_status.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
if pgrep -x "picom" > /dev/null; then
|
||||
echo "Picom: ON"
|
||||
else
|
||||
echo "Picom: OFF"
|
||||
fi
|
||||
Reference in New Issue
Block a user