summaryrefslogtreecommitdiffstats
path: root/doc/rofi-theme.5
AgeCommit message (Collapse)Author
2024-03-05[Doc] Switch to pandoc and remove generated files (#1955)lbonn
* [Build] Add missing dist files from libnkutils * [Doc] Switch to pandoc and remove generated files * [Doc] Rewrite markdown for conversion to man * convert existing markup to use definition list (a bit hacky...) * rewrite title to pandoc man metadata * reduce heading nesting to match most man pages * inline code displayed as bold, also common man style * [Doc] New installation with autoconf and meson - autoconf: * generate in source directory if pandoc found * install from source directory - meson: * generate and install with build directory if pandoc found * try to install from source directory if pandoc not found * bail otherwise * [Doc] Make pandoc filter 2.9 compatible Man pages look better with pandoc >= 2.17
2023-10-03[lexer] Add dmenu as enabled option for media type.Dave Davenport
fixes: #1903
2023-08-21Support single quotes for strings as in CSSNikita Zlobin
2023-08-15[rofi-theme] fix typoDave Davenport
2023-08-15[Theme] Try to fix importing of theme.Dave Davenport
- Fix the two place of resolving into one method. - Do not accept file in CWD. - Prefer file if it exists in same directory as parent file that imported it. fixes: #1889
2023-07-24Fix mm type in descriptionNikita Zlobin
Signed-off-by: Dave Davenport <qball@gmpclient.org>
2023-03-27[Doc] Update theme manpage with remark-lint hints.Dave Davenport
2023-03-05[Doc] Re-generate manpageDave Davenport
2023-02-14#1802: Calc broken fix (#1803)Dave Davenport
* [Theme] First move to double internal calculations. * [Theme] Allow float numbers. * [Theme] Fix unary - and tighten the grammar parser. * [Theme] Rename % to modulo to fix compiler. * [Theme] Dump right modulo syntax. * [Test] add missing end_test * [Grammar] Allow negative numbers as property value
2023-01-25[Doc] More tweaks to get the formulation right.Dave Davenport
2023-01-25[Doc] themes manpage, small textual improvement.Dave Davenport
2023-01-25[Doc] Try to fix some markdown, themes.Dave Davenport
seems fine in editor, not fine rendered in website.
2023-01-25[Doc] Try to clarify the children situation for the listview widget.Dave Davenport
2023-01-22[doc] Add conflicting constraint section to manpage.Dave Davenport
2023-01-14[Doc] Add manpage documentation for pango font string.Dave Davenport
2022-12-31MKDoc website (#1772)Dave Davenport
* Add initial documentation page using mkdocs * Test action * Add notes to mkdoc site. * Add installation guide * Add installation and config guide to mkdocs. * Add installation manual * Add image to main page * [mkdocs] Add plugin guide. * [mkdocs] Add plugin to main page and some small fixes. * Add shipped themes page * [actions] Also rebuild website on the next branch
2022-12-30[Theme] support rasinc for theme include files.Dave Davenport
2022-12-23[Textbox] Cursor goes over, not under. allow cursor outline.Dave Davenport
2022-12-23[Textbox] Add text-outline to styleDave Davenport
2022-12-20[Doc] Clarify documentation on `require-input` further.Dave Davenport
2022-12-20[Doc] Clarify that `require-input` only hides it.Dave Davenport
2022-11-25make cursor more customizable by adding cursor-width and cursor-color (#1753)vE5li
* make cursor more customizable by adding cursor-width and cursor-color to the theme * fix placeholder color * add doc entry * more documentation
2022-10-22[Window] Add -window-prefer-icon-theme option.Dave Davenport
Fixes: #1702
2022-10-11[Doc] Update rofi-keys manpage with unset sectionDave Davenport
2022-08-28[Textbox] Add 'placeholder-markup' flag.Dave Davenport
Fixes: #1690
2022-08-07[doc] regenerate manpageDave Davenport
2022-07-30[Doc] Clarify capitalize bug in manpage.Dave Davenport
2022-07-30[Theme] Do a pango version check.Dave Davenport
2022-07-30[textbox] Implement text-transform add upper/lower/capitalize transformDave Davenport
fixes: #1010
2022-07-21[Doc] Update releasenotes.Dave Davenport
2022-07-19[XCB] Add a flag to enable work around for #611.Dave Davenport
In issue #611 there is a workaround implemented for an issue within xserver: https://bugs.freedesktop.org/show_bug.cgi?id=104323#c1, https://gitlab.freedesktop.org/xorg/xserver/-/issues/300. With a latest update in xkeyboard-config this workaround breaks rofi, see #1642 and https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/issues/341. This commits disabled this work-around (can be re-enabled with -xserver-i300-workaround flag). Hopefully this restores correct rofi functionality. issue: #611 #1642
2022-07-16[Doc] Update releasenotes, move section in manpage.Dave Davenport
2022-07-15[Theme] Add enabled property with env support.Dave Davenport
2022-06-27[View] Add icon-current-entry widget.Dave Davenport
2022-06-27[View] Add textbox-current-entry widget.Dave Davenport
2022-04-14[Doc] Update rofi.1 with an extra example.Dave Davenport
2022-04-11[Doc] Add a rofi-debugging manpage.Dave Davenport
2022-04-07[DOC] Small fixes to rofi-theme manpage.Dave Davenport
2022-04-06[DOC] Update rofi-theme with a small getting started.Dave Davenport
2022-04-06[doc] Update drawings in rofi-themeDave Davenport
2022-04-05[Doc] Tweak rofi-theme manpage.Dave Davenport
2022-03-31[Doc] Highlight to use -dump-config as starting point in manpage.Dave Davenport
issue: #1609
2022-03-12[DOC] Regenerate manpages with newer go-md2man to fix escapingDave Davenport
2022-03-07[listview] Allow settings of flow direction of elements (#1605)Dave Davenport
* [Listview] Initial implementation for left to right packing. * [Listview] fix movement in pack-left-to-right. * Add element-next/prev keybinding and remap tab. * [Listview] Change option name to 'flow' and use rofi orientation type. * [Listview] Make listview work with reverse property. * Update test for 2 new keybindings. fixes: #1058
2022-03-04[Doc] Clearify enable/disable.Dave Davenport
2022-02-13Update manpage.Dave Davenport
2022-01-25Merge List and Array type into one. (#1572)Dave Davenport
* Merge list and array into one. * [Lexer] Only use string without " in list * Some cleanups * Cleanups based on feedback.
2022-01-19[Doc] Add floor,ceil,round to manpage.Dave Davenport
Fixes: #1569
2021-12-17Update cmdline separator and add to manpage.Dave Davenport
2021-12-14[Doc] Update manpage with clarification.Dave Davenport