add configs i forgot the credits fo
This commit is contained in:
parent
78b3b3ffd8
commit
7326392a88
7 changed files with 295 additions and 0 deletions
waybar/scripts
0
waybar/scripts/.heart
Normal file
0
waybar/scripts/.heart
Normal file
8
waybar/scripts/heart.sh
Executable file
8
waybar/scripts/heart.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
TOGGLE=$HOME/.config/waybar/scripts/.heart
|
||||
|
||||
if [ ! -e $TOGGLE ]; then
|
||||
echo " "
|
||||
else
|
||||
echo " "
|
||||
fi
|
8
waybar/scripts/toggle-heart.sh
Executable file
8
waybar/scripts/toggle-heart.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
TOGGLE=$HOME/.config/waybar/scripts/.heart
|
||||
|
||||
if [ ! -e $TOGGLE ]; then
|
||||
touch $TOGGLE
|
||||
else
|
||||
rm $TOGGLE
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue