Commit graph

53 commits

Author SHA1 Message Date
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
Dave Davenport
5775e80111 Add dmenu theme 2017-06-05 20:31:32 +02:00
Dave Davenport
30fb8c514e Change ARGB to RGBA, fix in theme converter 2017-05-16 21:55:52 +02:00
Dave Davenport
71352a89d2 Add border to arthur 2017-02-18 11:15:33 +01:00
Dave Davenport
2060ba8fd8 Fix theme selector removing of prev entry. Small improvement DarkBlue. 2017-01-23 08:35:03 +01:00
Dave Davenport
b0870e02f7 Center the arthur theme 2017-01-21 12:13:01 +01:00
Dave Davenport
0825479710 Add sidebar and paper-float theme 2017-01-19 18:58:07 +01:00
Dave Davenport
46f1e6f107 Add arthur as theme 2017-01-19 09:26:16 +01:00
Dave Davenport
823d1b4651 Convert built-in themes to new format. 2017-01-19 09:19:14 +01:00
Dave Davenport
16e4eb04a8 Merge remote-tracking branch 'origin/master' into themer 2017-01-03 17:55:14 +01:00
Dave Davenport
eac5895374 Add copyright to themes. 2017-01-03 17:50:56 +01:00
Dave Davenport
efd1e07755 Fix typo in theme name. 2016-12-15 09:46:42 +01:00
Dave Davenport
a41d734d88 Add themes from rofi-themes (adapta, indego, monokai) 2016-11-18 18:13:38 +01:00