Pokemon Color Scripts & Multilockscreen

- Change bash, zsh, and fish greeting to pokemon color scripts
- Add multilockscreen configuration file
- Close rofi after selecting any session option
- Replace light-locker with multilockscreen, xss-lock, and loginctl
This commit is contained in:
Sravan Balaji
2021-08-18 14:33:17 -04:00
parent d940f26e8d
commit 2185f2832f
7 changed files with 88 additions and 18 deletions

View File

@@ -25,7 +25,7 @@ rofi_menu() {
option=$(printf '%s\n' "${choice}" | awk '{print $NF}')
if [[ "$option" != "quit" ]]; then
main "--$option" && main "--rofi"
main "--$option"
fi
}
@@ -44,7 +44,7 @@ main() {
;;
--lock)
notify-send "Session Control" "Locking Session"
light-locker-command --lock
loginctl lock-session
;;
--sleep)
notify-send "Session Control" "Going to Sleep"