Commit graph

65 commits

Author SHA1 Message Date
Dave Davenport
5b892ce86e [MKDocs] Add dynamic theme guide. 2023-01-13 20:35:12 +01:00
Dave Davenport
b02a9d552b [theme] Small theme tweak. 2023-01-10 13:52:13 +01:00
Dave Davenport
b15bec8e6c [Theme] Add NO_IMAGE mode to theme. 2023-01-10 01:01:49 +01:00
Dave Davenport
d90ef45b7d [Themes] add fullscreen theme with preview part. 2023-01-10 00:48:52 +01:00
Dave Davenport
d786129fd1 [Theme] Small tweak to fancy2 theme 2023-01-01 18:39:35 +01:00
Dave Davenport
18ae8a0eb3 [Themes] Add fancy2 theme. 2022-12-31 23:54:14 +01:00
Dave Davenport
be3e3ed8dd [Themes] Add material theme 2022-12-31 23:21:03 +01:00
Dave Davenport
de849b2587 Fix header theme 2022-12-31 20:10:52 +01:00
Dave Davenport
9143d291d4 [themes] don't use screenshot transparency in shipped themes 2022-12-31 00:23:48 +01:00
Dave Davenport
d464822505 [Theme] support rasinc for theme include files. 2022-12-30 11:54:15 +01:00
Dave Davenport
9c18aaef22 [View] Add icon-current-entry widget. 2022-06-27 17:09:21 +02:00
Dave Davenport
8ee05a718e [View] Add textbox-current-entry widget. 2022-06-27 16:56:59 +02:00
Dave Davenport
c0feb2eb0d [Themes] Remove broken themes. 2022-05-16 09:38:51 +02:00
Dave Davenport
2827005742 [Theme] Show action buttons.
Show action buttons in iggy theme.
2021-12-15 23:06:12 +01:00
Dave Davenport
83fbba14b9 [Theme] Fix dmenu theme.
Fixes: #1396
2021-08-30 21:32:23 +02:00
Dave Davenport
c562058de8 [DOC] Remove the mention of -lines in old example. 2021-08-30 16:11:36 +02:00
Dave Davenport
f6cd6c3abd [Themes] Fix iggy theme icon alignment. 2021-08-29 12:05:41 +02:00
Dave Davenport
e4d5c10e47 [Theme] Try to fix inheritance (2nd attempt). 2021-08-26 23:34:07 +02:00
Dave Davenport
acb1979f10 [Theme] Undo part of default theme changes, always pick build-in 2021-08-24 18:19:25 +02:00
Dave Davenport
214a6e061b [Theme] Add default theme file! 2021-08-24 17:17:28 +02:00
Dave Davenport
3bf7a4a768 [Theme] Update iggy theme. 2021-08-18 01:34:07 +02:00
Dave Davenport
a3b9604b3e [Theme] Add iggy theme. 2021-08-17 12:04:37 +02:00
Dave Davenport
9f777a7a7b [Themes] Fix inheritance with state set.
Update theme.c and included themes.
This should allow you to set `element-text { text-color: inherit;
background-color: inherit;}` to fix old themes.
2021-08-14 13:58:21 +02:00
a1346054
c62137f8ab
Simple maintenance improvements (#1370)
* rofi moved to libera.chat

* unify some theme headers and whitespace

* consistently use the same hashbang for bash

* improve obsolete way of testing equality

see https://github.com/koalaman/shellcheck/wiki/SC2268 for explanation

* use consistent function definitions in bash scripts

* remove duplicated author and fix whitespace

* quote all variables in scripts

fixes many warnings identified through shellcheck

* fix whitespace in scripts

* fix whitespace in non-source files

* fix spelling in non-source files

* fix whitespace and indentation in source files

* fix spelling in source files
2021-08-14 13:03:16 +02:00
Dave Davenport
0c304524fb [Icon|Button] Make action available on icon and use keyb name.
You can now bind a key-binding on mouse click to icons and buttons by setting
"action" property.

For example:

```css
icon-paste {
    expand: false;
    filename: "gtk-paste";
    size: 24;
    vertical-align: 0.5;
    action: "kb-primary-paste";
}
```
2021-06-30 14:12:09 +02:00
Dave Davenport
2b86ece655 Update links to irc.libera.chat 2021-05-23 00:24:06 +02:00
Dave Davenport
768aacf9c9 Small fixes to docu theme 2021-02-14 13:31:47 +01:00
Dave Davenport
b89a1dab35 [Theme] Add a theme with some more documentation added. 2021-02-13 12:41:16 +01:00
Dave Davenport
bca0a47dbf Remove unneeded '# from shipped themes. 2020-08-29 11:16:39 +02:00
Dave Davenport
e8f78886d5 Fix showing of error message (-e ) in arther,paper-float,sidebar 2020-08-29 11:14:23 +02:00
Dave Davenport
77a059ebf0 [Themes] Add 'fancy' theme. 2019-05-14 11:35:30 +02:00
Dave Davenport
6fffe427c4 Change sidebar in theme to mode-switcher.
Fixes: #930
2019-03-19 22:45:10 +01:00
Dave Davenport
2728e4ad23 [Theme] Make 'sidebar' settable by theme.
Now it needs a configuration option to enable, this should be just part
of the theme now.

Sidebar is the "sidebar" widget.

If not set by theme, old behaviour is still followed.
2019-03-05 10:11:34 +01:00
Dave Davenport
2053818466 [Themes] Re-fix sidebar theme to not go fullscreen. 2019-01-29 21:46:40 +01:00
Dave Davenport
06165f867a [Lexer] Only allow configuration blocks before theme. 2018-07-15 11:04:47 +02:00
Dave Davenport
d9d3724615 Update themes from rofi-themes repository 2018-02-25 15:18:37 +01:00
Dave Davenport
9a34d89e51 Bump version to 1.5.0 2018-02-01 21:52:54 +01:00
Dave Davenport
3064301232 Update DarkBlue Theme to include prompt colon. 2017-12-31 14:30:38 +01:00
Rasmus Steinke
d747029f7e update widget names, include colon 2017-12-09 10:51:01 +01:00
Dave Davenport
23c04e34fe [Theme] Sidebar no longer uses fullscreen + compositor 2017-11-07 08:43:35 +01:00
Rasmus Steinke
814fad8191 add separator between mesg and listview 2017-10-22 11:52:50 +02:00
Rasmus Steinke
b7d537c200 add border and use Topaz font 2017-10-22 11:48:13 +02:00
Dave Davenport
0248a47a7d Fix theme a little bit. 2017-10-14 21:45:12 +02:00
Dave Davenport
8da55024c5 Fix licenses in theme. 2017-10-01 12:55:42 +02:00
Dave Davenport
87d9caec60 Fix DarkBlue theme 2017-09-18 17:53:35 +02:00
Dave Davenport
ae8e7d9964 Small fix arthur theme 2017-09-18 17:37:48 +02:00
Dave Davenport
c0cddee3ff Remove plugin setting from arthur theme 2017-09-11 09:19:03 +02:00
Dave Davenport
131dd56522 small fix to arthur theme 2017-09-09 15:10:41 +02:00
Dave Davenport
e01aefd773 Update shipped themes. 2017-09-09 14:50:23 +02:00
Dave Davenport
252d89a1b8 Add Pop-Dark theme. 2017-06-19 09:30:38 +02:00