diff options
Diffstat (limited to '.config/rofi/launcher.rasi')
-rw-r--r-- | .config/rofi/launcher.rasi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.config/rofi/launcher.rasi b/.config/rofi/launcher.rasi index 4a2dd9b..b872838 100644 --- a/.config/rofi/launcher.rasi +++ b/.config/rofi/launcher.rasi @@ -17,6 +17,8 @@ configuration { window { width: 25%; orientation: vertical; + border: 1px; + border-color: #eceff4; } mainbox { @@ -28,9 +30,6 @@ textbox { background-color: #1d1f21; } -listview { -} - element { border: 0; padding: 8px; |