1

Link rofi configs to XDG_CONFIG_DIR depending on theme

This commit is contained in:
2023-05-25 11:23:08 +02:00
parent 7c9b8f738d
commit f1a1f5c352
10 changed files with 31 additions and 24 deletions

View File

@ -2,7 +2,7 @@
# User chooses option
set OPTIONS "Poweroff" "Reboot" "Reload Hyprland" "Exit Hyprland"
set OPTION (echo -e (string join "\n" $OPTIONS) | rofi -theme ~/NixFlake/config/rofi/rofi.rasi -dmenu -p "power" -i)
set OPTION (echo -e (string join "\n" $OPTIONS) | rofi -dmenu -p " power " -i)
if not contains $OPTION $OPTIONS
exit
end