Dave Davenport
2a93daec04
[Script] terminal
...
Remote terminator,termite as it does not work with stock rofi configuration as
it does not support the 'default' assumed commandline interface.
Fixes : #953
2019-04-20 18:54:28 +02:00
Dave Davenport
83995a738a
[Scripts] Removed unused variables
2019-02-02 12:12:35 +01:00
Dave Davenport
274f2297aa
Fix creating config file if none exists.
...
Fixes : #895
2019-01-22 15:53:12 +01:00
Dave Davenport
f42cffe962
Return EX_DATAERR when fails to parse theme.
...
This way a script can check if there was an error, otherwise you can
wind up in a loop.
2019-01-07 17:21:31 +01:00
Rasmus Steinke
5d50ae45cd
Follow symlink before writing config file. Fixes #884
2018-12-22 09:36:48 +01:00
Davide Masserut
f888805ccd
Add kitty to rofi-sensible-terminal
2018-09-12 00:12:38 +02:00
Rasmus Steinke
ca1ae5dfcd
Merge pull request #781 from NeQuissimus/XDG_CONFIG_HOME
...
rofi-theme-selector: Store config in XDG_CONFIG_HOME if set
2018-06-03 12:19:59 +02:00
Rasmus Steinke
ba08df8a3e
Get rid of if condition, honour XDG_DATA_HOME
2018-06-03 08:58:40 +02:00
Espen Henriksen
3c5f605103
Add alacritty to rofi-sensible-terminal ( #808 )
2018-06-02 15:12:56 +02:00
Tim Steinbach
abeddb6a57
rofi-theme-selector: Store config in XDG_CONFIG_HOME if set
2018-03-11 11:56:14 -04:00
Rafael Cavalcanti
cb36bf3c17
Add konsole to rofi-sensible-terminal ( #739 )
2017-12-19 10:50:27 +01:00
Rasmus Steinke
2cbbb1606f
include $XDG_CONGIG_HOME/rofi/themes
2017-12-10 23:18:20 +01:00
Rasmus Steinke
1ebca2711b
update for latest theme format changes
2017-12-09 11:02:07 +01:00
Rasmus Steinke
7446a69ac7
remove duplicated variable
2017-11-01 22:02:33 +01:00
Rasmus Steinke
eff0597625
fix double slashes in path names
2017-10-19 21:40:33 +02:00
Rasmus Steinke
aa0cd52a7f
fix user being split from theme name
2017-10-15 17:55:41 +02:00
Rasmus Steinke
743b393f15
fix offset on theme previews
2017-10-15 17:23:30 +02:00
Dave Davenport
4375f9f075
[ThemeSelector] Get only the first mention of user in the file.
2017-10-14 21:34:49 +02:00
Rasmus Steinke
d0da5fcd39
fix spacing
2017-09-09 12:08:30 +02:00
Rasmus Steinke
3f3e4c691f
use config.rasi file if present
2017-09-09 12:04:09 +02:00
Rasmus Steinke
799ace6dfd
include more terminals and remove duplicates
2017-06-15 15:26:12 +02:00
Dave Davenport
f0775b2918
Don't put g next to 7 char commit has in version.
...
Hard to select sha in 1.3.1-292-ga5a9473-dirty so
1.3.1-292-git-a5a9473-dirty is easier
Fixes : #578
2017-03-21 08:37:07 +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
4686d0ef96
Update spec. with screenshots
2017-01-20 09:40:40 +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
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