This commit is contained in:
Simon
2020-12-30 18:54:45 +01:00
parent 09f816c294
commit c13b9178f9
5 changed files with 25 additions and 22 deletions
+1 -2
View File
@@ -1,7 +1,7 @@
#!/bin/bash
###########
## Defaults
## Settings
#
# Name of the bar in polybar (e.g. [bar/BARNAME]) which should be used as popup
POPUP_NAME="floating_sysinfo"
@@ -80,7 +80,6 @@ if [ "$1" == "--show" ]; then
exit
fi
if [ "$1" == "--remove-locks" ]; then
removeLocks
exit