Convert Xresources to rasi theme config format for rofi
This commit is contained in:
@@ -6,6 +6,7 @@ pinentry = /usr/bin/pinentry
|
|||||||
database_1 = ~/documents/password.kdbx
|
database_1 = ~/documents/password.kdbx
|
||||||
pw_cache_period_min = 60
|
pw_cache_period_min = 60
|
||||||
|
|
||||||
|
gui_editor=emacsclient
|
||||||
editor = vim
|
editor = vim
|
||||||
terminal = urxvt
|
terminal = urxvt
|
||||||
type_library = xdotool
|
type_library = xdotool
|
||||||
|
|||||||
@@ -1,14 +0,0 @@
|
|||||||
rofi.color-enabled: true
|
|
||||||
! bg border separator
|
|
||||||
rofi.color-window: #404552, #2e3137, #2e3137
|
|
||||||
! bg fg bgalt hlbg hlfg
|
|
||||||
rofi.color-normal: #404552, #d3dae3, #3f4350, #5294e2, #d3dae3
|
|
||||||
rofi.color-urgent: #524040, #ffffff, #524040, #ffffff, #707880
|
|
||||||
!rofi.color-active: #
|
|
||||||
|
|
||||||
rofi.font: DejaVu Sans Mono 12
|
|
||||||
rofi.lines: 8
|
|
||||||
rofi.width: 50
|
|
||||||
rofi.bw: 4
|
|
||||||
rofi.separator-style: solid
|
|
||||||
rofi.hide-scrollbar: true
|
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
// -*- css -*-
|
||||||
|
|
||||||
|
configuration {
|
||||||
|
/* bg border separator */
|
||||||
|
color-window: "#404552, #2e3137, #2e3137";
|
||||||
|
/* bg fg bgalt hlbg hlfg */
|
||||||
|
color-normal: "#404552, #d3dae3, #3f4350, #5294e2, #d3dae3";
|
||||||
|
color-urgent: "#524040, #ffffff, #524040, #ffffff, #707880";
|
||||||
|
/* color-active: "#"; */
|
||||||
|
|
||||||
|
font: "DejaVu Sans Mono 12";
|
||||||
|
lines: 8;
|
||||||
|
width: 50;
|
||||||
|
bw: 4;
|
||||||
|
separator-style: "solid";
|
||||||
|
hide-scrollbar: true;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user