Add ac-adaptive and ac-i3
This commit is contained in:
14
ac-i3/scripts/rofi_askpass
Executable file
14
ac-i3/scripts/rofi_askpass
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
## Copyright (C) 2020-2024 Aditya Shakya <adi1090x@gmail.com>
|
||||
|
||||
# Import Current Theme
|
||||
DIR="$HOME/.config/polybar/ac-i3"
|
||||
RASI="$DIR/scripts/rofi/askpass.rasi"
|
||||
|
||||
# Rofi text dialog to get password
|
||||
rofi -dmenu \
|
||||
-password \
|
||||
-i \
|
||||
-p "Root" \
|
||||
-theme ${RASI}
|
||||
Reference in New Issue
Block a user