Skip to content

Commit

Permalink
rofi-calendar: Update rofi call for rofi >=1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeLagrange committed Sep 15, 2021
1 parent f07385b commit 7077b80
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rofi-calendar/rofi-calendar
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,8 @@ case "$BLOCK_BUTTON" in
-markup-rows \
-font $FONT \
-m -3 \
-lines $(echo $month_page | wc -l) \
-width -25 \
-theme-str '#window {anchor: '"$anchor"'; location: northwest; }' \
-theme-str 'window {width: 10%; anchor: '"$anchor"'; location: northwest;}' \
-theme-str 'listview {lines: '"$(echo $month_page | wc -l)"' ;scrollbar: false;}' \
-theme $ROFI_CONFIG_FILE \
-selected-row $(( current_row + bias_row )) \
-p "$header")"
Expand Down

0 comments on commit 7077b80

Please sign in to comment.