diff --git a/.config/rofi/config b/.config/rofi/config deleted file mode 100644 index cfc5ae8..0000000 --- a/.config/rofi/config +++ /dev/null @@ -1,9 +0,0 @@ -rofi.theme: ~/.cache/wal/colors-rofi-dark.rasi - -rofi.modi: window,run,ssh -rofi.font: Misc Tamsyn 12 -rofi.separator-style: none -rofi.auto-select: false -rofi.lines: 1 -rofi.width: 25 -rofi.hide-scrollbar: true diff --git a/.config/rofi/config.old b/.config/rofi/config.old deleted file mode 100755 index cfc5ae8..0000000 --- a/.config/rofi/config.old +++ /dev/null @@ -1,9 +0,0 @@ -rofi.theme: ~/.cache/wal/colors-rofi-dark.rasi - -rofi.modi: window,run,ssh -rofi.font: Misc Tamsyn 12 -rofi.separator-style: none -rofi.auto-select: false -rofi.lines: 1 -rofi.width: 25 -rofi.hide-scrollbar: true diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 10e1640..4197a19 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,10 +1,10 @@ configuration { modi: "window,run,ssh"; - width: 25; + width: 20; lines: 1; auto-select: false; separator-style: "none"; hide-scrollbar: true; fake-transparency: true; - theme: "~/.cache/wal/colors-rofi-light.rasi"; + theme: "~/.cache/wal/colors-rofi-dark.rasi"; }