diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-05T15·23+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-06T10·15+0000 |
commit | 382ef0be5505a049e575ba8a6ee5e6f2e055122c (patch) | |
tree | 4550af7e041dac80302b0d79bfe5fc0b8e162b37 /configs | |
parent | fd0595805fdcd9ac0e1165d5c7d1899e1c23c091 (diff) |
Drop support for rofi
Rofi is a nicer alternative to dmenu, but I use neither dmenu nor rofi, so farewell.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/shared/.config/rofi/config | 6 | ||||
-rw-r--r-- | configs/shared/.config/rofi/config.bak | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/configs/shared/.config/rofi/config b/configs/shared/.config/rofi/config deleted file mode 100644 index 576ab5cd8e68..000000000000 --- a/configs/shared/.config/rofi/config +++ /dev/null @@ -1,6 +0,0 @@ -rofi.font: Monospace 10 -rofi.color-normal: #31213f, #8de0e1, #31213f, #83526a, #8de0e1 -rofi.color-urgent: #31213f, #d6b48d, #22231D, #d6b48d, #8de0e1 -rofi.color-active: #31213f, #3CC2B5, #31213f, #3CC2B5, #31213f -rofi.color-window: #31213f, #83526a, #5a3849 -rofi.modi: window,run,ssh,combi diff --git a/configs/shared/.config/rofi/config.bak b/configs/shared/.config/rofi/config.bak deleted file mode 100644 index cd77833442f4..000000000000 --- a/configs/shared/.config/rofi/config.bak +++ /dev/null @@ -1,6 +0,0 @@ -rofi.font: Source Code Pro 10 -rofi.color-normal: #01022E, #a7dff4, #01022E, #015f9e, #a7dff4 -rofi.color-urgent: #01022E, #d6b48d, #22231D, #d6b48d, #a7dff4 -rofi.color-active: #01022E, #3FA4E0, #01022E, #3FA4E0, #01022E -rofi.color-window: #01022E, #015f9e, #01416c -rofi.modi: window,run,ssh,combi |