Updates
This commit is contained in:
13
scripts/autolock.sh
Executable file
13
scripts/autolock.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
# _ _ _ _
|
||||
# / \ _ _| |_ ___ | | ___ ___| | __
|
||||
# / _ \| | | | __/ _ \| |/ _ \ / __| |/ /
|
||||
# / ___ \ |_| | || (_) | | (_) | (__| <
|
||||
# /_/ \_\__,_|\__\___/|_|\___/ \___|_|\_\
|
||||
#
|
||||
# by Stephan Raabe (2023)
|
||||
# -----------------------------------------------------
|
||||
|
||||
pkill xautolock
|
||||
|
||||
xautolock -time 10 -locker "swaylock -i ~/.cache/current_wallpaper.jpg" -notify 30 -notifier "notify-send 'Screen will be locked soon.' 'Locking screen in 30 seconds'"
|
||||
@@ -23,6 +23,7 @@ source "$HOME/.cache/wal/colors.sh"
|
||||
# Copy color file to waybar folder
|
||||
# -----------------------------------------------------
|
||||
cp ~/.cache/wal/colors-waybar.css ~/dotfiles/waybar/
|
||||
cp $wallpaper ~/.cache/current_wallpaper.jpg
|
||||
|
||||
# -----------------------------------------------------
|
||||
# get wallpaper iamge name
|
||||
|
||||
@@ -31,7 +31,8 @@ if [ "$selected" ]; then
|
||||
# Copy color file to waybar folder
|
||||
# -----------------------------------------------------
|
||||
cp ~/.cache/wal/colors-waybar.css ~/dotfiles/waybar/
|
||||
|
||||
cp $wallpaper ~/.cache/current_wallpaper.jpg
|
||||
|
||||
newwall=$(echo $wallpaper | sed "s|$HOME/wallpaper/||g")
|
||||
|
||||
# -----------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user