rofi: Migrate to new theme format

Since needed with/after rofi 1.7.0.
This commit is contained in:
2021-09-08 14:44:06 +02:00
parent 043f3a4faa
commit 235d240a81
3 changed files with 74 additions and 77 deletions

View File

@@ -16,8 +16,8 @@ declare -a rofi_args
rofi_args=(
-no-config
-theme /usr/share/rofi/themes/android_notification.rasi
-lines ${#entries[@]}
-width 12
-theme-str "#listview { lines: ${#entries[@]}; fixed-height: false; }"
-theme-str "#window { width: 12%; }"
-location 3
-yoffset 32
-dmenu