more stuff
This commit is contained in:
parent
4457d4e7dd
commit
8c4d844867
6 changed files with 9 additions and 18 deletions
|
@ -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
2
.scripts/get_music_info
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
head ~/.wnpClient/wnpClient.txt -n 2 | sed ':a;N;$!ba;s/\n/ by /g'
|
|
@ -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 ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue