configuration form the arch linux stored

This commit is contained in:
filipriec
2025-09-22 08:27:51 +02:00
commit 3e6d1a0d61
166 changed files with 807076 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#!/usr/bin/env bash
# The argument $1 should be the name of the module you want to toggle
TOGGLE_FILE="$HOME/.toggle_${1}_label"
if [ -f "$TOGGLE_FILE" ]; then
rm "$TOGGLE_FILE"
else
touch "$TOGGLE_FILE"
fi
polybar-msg hook $1 1