mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
Update: Added Xresources, picom config, screenshot script, powermenu script.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# rofi theme
|
||||
theme="$HOME/.config/rofi/main_without_icons.rasi"
|
||||
theme="$HOME/.config/rofi/1.rasi"
|
||||
|
||||
get_options() {
|
||||
echo " Poweroff"
|
||||
@@ -16,8 +16,8 @@ get_options() {
|
||||
main() {
|
||||
|
||||
# get choice from rofi
|
||||
# choice=$( (get_options) | rofi -dmenu -i -fuzzy -p "" -theme "$theme")
|
||||
choice=$( (get_options) | rofi -dmenu -i -fuzzy -p "")
|
||||
choice=$( (get_options) | rofi -dmenu -i -fuzzy -p "" -theme "$theme")
|
||||
# choice=$( (get_options) | rofi -dmenu -i -fuzzy -p "")
|
||||
|
||||
# run the selected command
|
||||
case $choice in
|
||||
|
||||
Reference in New Issue
Block a user