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,9 @@
#!/usr/bin/sh
if (($(ps -aux | grep [p]icom | wc -l) > 0))
then
polybar-msg hook blur-toggle 1
pkill -9 picom
else
polybar-msg hook blur-toggle 2
picom -b --config=/home/r/.config/picom/picom.conf --experimental-backends --backend glx --blur-method dual_kawase &
fi