aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-01-25 23:09:14 +0800
committerAaron LI <aaronly.me@gmail.com>2016-01-25 23:09:14 +0800
commit68794b254c46f74540400361266ce095a72cfdb2 (patch)
tree8bace0405acec60093c5a0f84b8e4c3cde5a9e08
parent941c070cbd39b3f10f3d9dd5b295707a4d1938b3 (diff)
downloaddotfiles-68794b254c46f74540400361266ce095a72cfdb2.tar.bz2
_Xresources: add rofi settings
-rw-r--r--_Xresources34
1 files changed, 32 insertions, 2 deletions
diff --git a/_Xresources b/_Xresources
index 0d079ac..325469f 100644
--- a/_Xresources
+++ b/_Xresources
@@ -9,7 +9,7 @@
! Aaron LI <aaronly.me@outlook.com>
! Created: 2014-05-10
-! Updated: 2015-12-18
+! Updated: 2016-01-25
!----------------------------------------------------------
!!! xft settings {{{
@@ -369,7 +369,37 @@ xscreensaver.newLoginCommand: dm-tool switch-to-greeter
!!! Tcl/Tk }}}
!!! rofi {{{
-rofi.highlightbg: #676d3d
+! Location on screen
+! 1 2 3
+! 8 0 4
+! 7 6 5
+rofi.location: 6
+! Window width
+rofi.width: 100
+! Number of lines
+rofi.lines: 10
+! Y-offset relative to location
+rofi.yoffset: -22
+! X-offset relative to location
+rofi.xoffset: 0
+! Padding
+rofi.padding: 5
+! Font to use
+rofi.font: terminus 11
+! Separator style (none, dash, solid)
+rofi.separator-style: dash
+! Hide scroll-bar
+rofi.hide-scrollbar: true
+! Fake transparency
+rofi.fake-transparency: true
+! Use extended color scheme
+rofi.color-enabled: true
+! Color scheme window
+rofi.color-window: argb:ee0F3B5F, #CC9752, #CC9752
+! State background fg alt-bg hl-bg hl-fg
+rofi.color-normal: argb:00111111, #E5DBCF, argb:00111111, #CC9752, #0F3B5F
+rofi.color-urgent: argb:00111111, #af652f, argb:00111111, #af652f, #0F3B5F
+rofi.color-active: argb:00111111, #70a16c, argb:00111111, #70a16c, #0F3B5F
!!! rofi }}}
! vim: set ts=8 sw=4 tw=78 ft=xdefaults: !