[Rofi] Fixes rendering and updates styles

This commit is contained in:
2025-05-20 17:50:49 -07:00
parent d5bc7c3143
commit f2875caabb
6 changed files with 18 additions and 12 deletions

View File

@@ -35,8 +35,8 @@ window {
enabled: true;
margin: 0px;
padding: 0px;
border: 0px solid;
border-radius: 0px;
border: 2px solid;
border-radius: 5px;
border-color: @selected;
cursor: "default";
background-color: @background;