updated xmonad

This commit is contained in:
Zastian Pretorius
2022-03-23 22:59:36 +02:00
parent 768b929e77
commit 0286a1de98
712 changed files with 674 additions and 19461 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/sh
sleep 10
while :
do
sleep 0.1
pamixer --source 0 --set-volume 31;
done

View File

@@ -1,6 +1,5 @@
#!/bin/bash
sleep 30
checkupdates > out.log 2>/dev/null
if [ $? -eq 0 ]

View File

@@ -0,0 +1,5 @@
#!/bin/sh
swayidle -w \
timeout 900 'sudo systemctl suspend' \
before-sleep 'swaylock -i $HOME/Pictures/Wallpapers/15.jpg --ring-color 8218c4 --key-hl-color 3e0c60'