the cleaning begins
This commit is contained in:
parent
ee2cf704f2
commit
dd8482a6fb
510 changed files with 0 additions and 41801 deletions
|
@ -1,22 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
while true; do
|
||||
while "$(cat /home/rafayahmad/dotfiles/.config/eww/brightnessShow)"; do
|
||||
|
||||
activeWindows=$(/home/rafayahmad/eww/target/release/eww active-windows)
|
||||
if [[ "$activeWindows" != *"brightnessWin"* ]] ; then
|
||||
echo "opening"
|
||||
/home/rafayahmad/eww/target/release/eww open brightnessWin
|
||||
fi
|
||||
|
||||
echo false > /home/rafayahmad/.config/eww/brightnessShow
|
||||
sleep 1
|
||||
done
|
||||
|
||||
activeWindows=$(/home/rafayahmad/eww/target/release/eww active-windows)
|
||||
if [[ "$activeWindows" == *"brightnessWin"* ]] ; then
|
||||
echo "closing"
|
||||
/home/rafayahmad/eww/target/release/eww close brightnessWin
|
||||
fi
|
||||
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue