mirror of
https://github.com/mrfluffy-dev/dotfiles.git
synced 2026-01-17 05:40:34 +00:00
updated xmonad
This commit is contained in:
8
script/.config/script/mic-gain-fix.sh
Executable file
8
script/.config/script/mic-gain-fix.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
sleep 10
|
||||
while :
|
||||
do
|
||||
sleep 0.1
|
||||
pamixer --source 0 --set-volume 31;
|
||||
done
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
sleep 30
|
||||
checkupdates > out.log 2>/dev/null
|
||||
|
||||
if [ $? -eq 0 ]
|
||||
|
||||
5
script/.config/script/waylock.sh
Executable file
5
script/.config/script/waylock.sh
Executable 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'
|
||||
Reference in New Issue
Block a user