1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-10-27 05:23:18 -04:00
Commit graph

30 commits

Author SHA1 Message Date
Dave Davenport
823d1b4651 Convert built-in themes to new format. 2017-01-19 09:19:14 +01:00
Dave Davenport
22c0892534 Add screenshotting script for new theme format. 2017-01-18 17:57:37 +01:00
Dave Davenport
be0677cf49 Update theme to new format.
- @class state {

}
- #name state {

}
2016-12-12 21:14:57 +01:00
Dave Davenport
ab9330521b Add explicit / after path element when searching themes. 2016-11-28 19:47:06 +01:00
Dave Davenport
c6c7152b6e If no XDG_DATA_DIRS set, try to deduce the dirs from PATH. 2016-11-28 18:42:22 +01:00
Dave Davenport
81613e287b Fix screenshots add : to rofi-theme selector prompt. 2016-11-28 09:07:51 +01:00
Dave Davenport
d245a4e6a1 Add themes, make rofi-theme-selector show highlighted rows. 2016-11-16 09:22:41 +01:00
Dave Davenport
f41d946e33 Add create screenshot. 2016-11-12 19:34:10 +01:00
Dave Davenport
d1d4a8439a Fix selecting of row based on linux num instead of title. 2016-10-29 15:43:26 +02:00
Rasmus Steinke
914d7035d6 Dont reset position on theme preview 2016-10-29 11:19:56 +02:00
Dave Davenport
96b133db82 Small fix for rofi-theme-selector 2016-10-29 11:13:28 +02:00
Dave Davenport
be46caa279 Case insensitive 2016-10-27 21:44:13 +02:00
Dave Davenport
62434f0e8c Make theme selector script a bit more robust 2016-10-27 19:02:21 +02:00
Dave Davenport
e53e9b73ba Add missing theme selector script 2016-10-27 16:41:49 +02:00
Niklas Haas
acdd8ddb5a Use bash instead of sh for get_git_rev.sh (#445)
The script relies on bash extensions to `echo`, which is not portable to
POSIX shells. Simplest fix is to request bash explicitly.
2016-08-14 08:18:32 +02:00
Jasper Lievisse Adriaanse
6beb315f77 no need for bash here, sh suffices 2016-04-27 18:13:19 +02:00
Dave Davenport
93362d63f2 Update git revision script. 2016-04-10 13:22:49 +02:00
Quentin Glidic
5f1fcf5e77 version: Let Git provide meaningful information
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-04-05 16:50:14 +02:00
Dave Davenport
545c423b61 Tried to fix strlen on NULL 2016-03-12 14:00:19 +01:00
Dave Davenport
f21195dc14 Remove xdg-terminal, it aint sensible.
Fixes: #355
2016-03-07 17:55:45 +01:00
Tobias Kortkamp
68a913c3b7 Use /usr/bin/env bash for rofi-sensible-terminal 2016-02-02 10:51:36 +01:00
Dave Davenport
390cd49cf4 Update screenshot tool to make smaller pictures. 2015-12-10 21:34:45 +01:00
Dave Davenport
bae5427913 Add option to output to specific file. 2015-12-10 20:57:43 +01:00
Dave Davenport
691b06f767 Fix location, width columns and num lines of screenshot script 2015-12-10 18:04:53 +01:00
Dave Davenport
ad77b9857a Add script that can create screenshot for Xresources 'theme' for webpage. 2015-12-10 17:55:00 +01:00
Dave Davenport
d01afc5303 Add xdg-terminal to list 2015-11-01 12:28:55 +01:00
QC
fbb2e34aab remove xdg-terminal stuff 2015-08-04 12:56:01 +02:00
Michael Vetter
1c52aafc3c Call bash instead of sh for rofi-sensible-terminal
In the script you use 'command -v' which AFAIK is a bash built-in and
thus not available on all shells. Although /bin/sh links to /bin/bash on
many systems it does not on every system. So it is possible that it does
not work.
2015-08-04 11:53:37 +02:00
QC
7e9ac526b5 Use rofi for nagbar 2015-08-03 20:42:16 +02:00
QC
da044e0a05 Add rofi-sensible-terminal script. 2015-08-03 20:40:01 +02:00