Add rofi settings to .Xdefaults
This commit is contained in:
parent
e6107a6aa8
commit
1fca0b9fa4
1 changed files with 27 additions and 0 deletions
|
@ -106,3 +106,30 @@ xfontsel.sampleTextUCS: \
|
||||||
static void print_sample_message(XWindow *win) {\n\
|
static void print_sample_message(XWindow *win) {\n\
|
||||||
win.label->text = "Sample text 0123456789"\n\
|
win.label->text = "Sample text 0123456789"\n\
|
||||||
}
|
}
|
||||||
|
|
||||||
|
!!! Rofi
|
||||||
|
rofi.font: Fantasque Sans Mono 13
|
||||||
|
! Key for run dialog
|
||||||
|
rofi.key-run: Mod4-r
|
||||||
|
! Key for window switcher
|
||||||
|
rofi.key-window: Mod4-w
|
||||||
|
! Background color
|
||||||
|
rofi.bg: #111111
|
||||||
|
! Alternating background color
|
||||||
|
rofi.bgalt: #222222
|
||||||
|
! Border color
|
||||||
|
rofi.bc: #111111
|
||||||
|
! Border width (px)
|
||||||
|
rofi.bw: 17
|
||||||
|
! Foreground color
|
||||||
|
rofi.fg: #bfbfbf
|
||||||
|
rofi.fg-urgent: #a85454
|
||||||
|
rofi.fg-active: #54a875
|
||||||
|
! Highlighted background color
|
||||||
|
rofi.hlbg: #1f2c3f
|
||||||
|
rofi.hlbg-active: #343922
|
||||||
|
! Highlighted foreground color
|
||||||
|
rofi.hlfg: #bfbfbf
|
||||||
|
rofi.hlfg-active: #ececec
|
||||||
|
rofi.with: 60
|
||||||
|
rofi.location: 2
|
||||||
|
|
Loading…
Reference in a new issue