diff options
author | Adrian Kummerlaender | 2016-10-28 20:50:49 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2016-10-28 20:50:49 +0200 |
commit | a7d69c138d7c97b3d4e009b2bb64e9b7d522cfe4 (patch) | |
tree | ed4b6e7f1707e208ac8c9944fcb24ddcf72ea2b8 /xorg | |
parent | fe295226c97d16efa10ee81403852bcca56849da (diff) | |
download | dotfiles-a7d69c138d7c97b3d4e009b2bb64e9b7d522cfe4.tar dotfiles-a7d69c138d7c97b3d4e009b2bb64e9b7d522cfe4.tar.gz dotfiles-a7d69c138d7c97b3d4e009b2bb64e9b7d522cfe4.tar.bz2 dotfiles-a7d69c138d7c97b3d4e009b2bb64e9b7d522cfe4.tar.lz dotfiles-a7d69c138d7c97b3d4e009b2bb64e9b7d522cfe4.tar.xz dotfiles-a7d69c138d7c97b3d4e009b2bb64e9b7d522cfe4.tar.zst dotfiles-a7d69c138d7c97b3d4e009b2bb64e9b7d522cfe4.zip |
Update Rofi launcher
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/.Xresources | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/xorg/.Xresources b/xorg/.Xresources index 4b4de4a..f78a59d 100644 --- a/xorg/.Xresources +++ b/xorg/.Xresources @@ -54,15 +54,15 @@ URxvt.color15: #ffffff !rofi configuration rofi.location: 2 rofi.font: Fantasque Sans Mono 11 -rofi.bg: #222222 -rofi.fg: #605c5a -rofi.hlbg: #111111 -rofi.hlfg: #aadb0f -rofi.bgalt: #161616 -rofi.bc: #909737 +rofi.color-enabled: true +rofi.color-window: #222222, #909737, #000000 +rofi.color-normal: #222222, #8e8e8e, #161616, #111111, #aadb0f +rofi.color-active: #222222, #8e8e8e, #161616, #111111, #aadb0f +rofi.color-urgent: #222222, #dc322f, #161616, #dc322f, #161616 rofi.bw: 4 rofi.separator-style: none rofi.hide-scrollbar: true rofi.yoffset: -4 rofi.modi: combi rofi.combi-modi: window,run,ssh +rofi.run-command: fish -c '{cmd}' |