diff options
author | Peter | 2021-01-02 18:40:26 +0000 |
---|---|---|
committer | Peter | 2021-01-02 18:40:26 +0000 |
commit | f1049dfd4565a1ef80fa8c13bd6b91ea5c2a7a7d (patch) | |
tree | 729c52d9cde211469e88c344af61ae377e3ac49a | |
parent | 8bb80686f5b5b1489c69a64581aae5faa0c0143b (diff) | |
download | dotfiles-f1049dfd4565a1ef80fa8c13bd6b91ea5c2a7a7d.tar.gz dotfiles-f1049dfd4565a1ef80fa8c13bd6b91ea5c2a7a7d.tar.bz2 dotfiles-f1049dfd4565a1ef80fa8c13bd6b91ea5c2a7a7d.zip |
Add border to Rofi launcher
-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; |