summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Krinitsin <code@krinitsin.xyz>2024-07-20 20:20:47 +0200
committerChristian Krinitsin <code@krinitsin.xyz>2024-07-20 20:20:47 +0200
commit7711a01fd7288ccd747197811584871220707454 (patch)
treefd935ecf5637c9e1eed93ae6cea19ca5933ca1ed
parent35f68a33ebbdd2547652a2f6010128d285705ad2 (diff)
downloaddotfiles-7711a01fd7288ccd747197811584871220707454.tar.gz
dotfiles-7711a01fd7288ccd747197811584871220707454.zip
fix rofi config
-rwxr-xr-xbin/powermenu14
-rwxr-xr-xrofi/.config/rofi/config.rasi2
2 files changed, 8 insertions, 8 deletions
diff --git a/bin/powermenu b/bin/powermenu
index ac1d677..80978e4 100755
--- a/bin/powermenu
+++ b/bin/powermenu
@@ -114,13 +114,13 @@ typeset -A menu
# Menu with keys/commands
menu=(
- [ Shutdown]="systemctl poweroff"
- [ Reboot]="systemctl reboot"
- [ Suspend]="systemctl suspend"
- [ Hibernate]="systemctl hibernate"
- [ Lock]="~/.config/waybar/scripts/blur-lock"
- [ Logout]="swaymsg exit"
- [ Cancel]=""
+ [ Shutdown]="systemctl poweroff"
+ [ Reboot]="systemctl reboot"
+ [ Suspend]="systemctl suspend"
+ [ Hibernate]="systemctl hibernate"
+ [ Lock]="~/.config/waybar/scripts/blur-lock"
+ [ Logout]="swaymsg exit"
+ [ Cancel]=""
)
menu_nrows=${#menu[@]}
diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi
index 791f798..aec5e9c 100755
--- a/rofi/.config/rofi/config.rasi
+++ b/rofi/.config/rofi/config.rasi
@@ -1,2 +1,2 @@
//@theme "/usr/share/rofi/themes/Arc-Dark.rasi"
-@theme "/usr/share/rofi/themes/Arc-Dark.rasi"
+@theme "/usr/local/share/rofi/themes/Arc-Dark.rasi"