diff --git a/.Xresources b/.Xresources index cf706a5..f1c68f6 100755 --- a/.Xresources +++ b/.Xresources @@ -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' diff --git a/.config/rofi/config b/.config/rofi/config deleted file mode 100755 index 48db894..0000000 --- a/.config/rofi/config +++ /dev/null @@ -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'