[script] Add simple due script for bibtex file
Scrapes a bibtex file for 'due' field, and outputs all found entries with their priority and sorted for date.
This commit is contained in:
parent
1f25f86290
commit
f96f9f2211
24 changed files with 455 additions and 27 deletions
17
rofi/.config/rofi/themes/dropdown.rasi
Normal file
17
rofi/.config/rofi/themes/dropdown.rasi
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
/**
|
||||
* This theme is intended for a full-width dropdown. It will dynamically resize, depending on the amount of list items.
|
||||
*/
|
||||
|
||||
@import "./layouts/list-vertical-dynamic.rasi"
|
||||
|
||||
#window {
|
||||
width: 100%;
|
||||
location:north;
|
||||
anchor:north;
|
||||
}
|
||||
|
||||
#listview {
|
||||
dynamic: true;
|
||||
fixed-height: false;
|
||||
}
|
||||
18
rofi/.config/rofi/themes/layouts/list-vertical-dynamic.rasi
Normal file
18
rofi/.config/rofi/themes/layouts/list-vertical-dynamic.rasi
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/**
|
||||
* This theme is intended for a normal vertical list, which can fill the width of the screen.
|
||||
*/
|
||||
|
||||
@import "../settings.rasi"
|
||||
|
||||
#window {
|
||||
padding: 5;
|
||||
}
|
||||
|
||||
#listview {
|
||||
layout: vertical;
|
||||
spacing: @option-5-listview-spacing;
|
||||
}
|
||||
|
||||
#element {
|
||||
padding: 10;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue