1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-23 15:23:15 +00:00

Rofi: Move config to .Xresources

This commit is contained in:
Phantop 2019-04-04 18:07:42 -04:00
parent fdb3721d38
commit 0137de70c0
2 changed files with 10 additions and 13 deletions

View file

@ -51,3 +51,13 @@
st.shell: /usr/bin/fish
st.xfps: 600
st.font: ubuntumono
rofi.drun-icon-theme: Haiku
rofi.show-icons: true
rofi.color-normal: argb:2c263238, #c4cbd4, argb:2c263238, #5294E2, #f9f9f9
rofi.color-urgent: argb:2c263238, #cc6666, argb:e54b5160, #a54242, #f9f9f9
rofi.color-active: argb:2c263238, #65acff, argb:e44b5160, #4491ed, #f9f9f9
rofi.color-window: argb:f2263238, #7c8389, #263238
rofi.separator-style: none
rofi.run-command: fish -c '{cmd}'
rofi.run-list-command: 'fish -c functions'

View file

@ -1,13 +0,0 @@
! ------------------------------------------------------------------------------
! ROFI Color theme
! Copyright: 2017 leofa
! ------------------------------------------------------------------------------
rofi.drun-icon-theme: Haiku
rofi.show-icons: true
rofi.color-normal: argb:2c263238, #c4cbd4, argb:2c263238, #5294E2, #f9f9f9
rofi.color-urgent: argb:2c263238, #cc6666, argb:e54b5160, #a54242, #f9f9f9
rofi.color-active: argb:2c263238, #65acff, argb:e44b5160, #4491ed, #f9f9f9
rofi.color-window: argb:f2263238, #7c8389, #263238
rofi.separator-style: none
rofi.run-command: fish -c '{cmd}'
rofi.run-list-command: 'fish -c functions'