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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user