more stuff

This commit is contained in:
qvalentin 2021-10-08 18:16:06 +02:00
parent 4457d4e7dd
commit 8c4d844867
6 changed files with 9 additions and 18 deletions

View file

@ -52,9 +52,5 @@ xmonad --restart
# change lock screen background
#betterlockscreen -u $PATH_TO_IMG
betterlockscreen -u $PATH_TO_IMG
betterlockscreen -u $PATH_TO_IMG &
# change login manager screen
PROJECT_ROOT="/home/os/Documents/Projects/aether-fork" # change this path if needed.
WALLPAPER_FOLDER="src/img/wallpapers"
WAL_CSS="/home/os/.cache/wal/colors.json"

2
.scripts/get_music_info Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
head ~/.wnpClient/wnpClient.txt -n 2 | sed ':a;N;$!ba;s/\n/ by /g'

View file

@ -3,7 +3,7 @@
result=$(echo -e "Shutdown\nRestart\nSleep\nLock" | dmenu -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15" -p "")
case "$result" in
("Shutdown") shutdownnow ;;
("Shutdown") systemctl poweroff;;
("Restart") reboot ;;
("Sleep") systemctl suspend ;;
("Lock") betterlockscreen -l ;;