diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-02 15:03:36 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-02 15:03:36 +0900 |
| commit | b51428618c7ca7880baa3edbb5370bf777cded5b (patch) | |
| tree | c79cd4efc921d60c3200a32af43552250118e782 /config/rofi/config-powermenu.rasi | |
| parent | 64fcb6cf3cc2a37576007369b43e9b987ff9903a (diff) | |
Change rofi themes
Diffstat (limited to 'config/rofi/config-powermenu.rasi')
| -rw-r--r-- | config/rofi/config-powermenu.rasi | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/config/rofi/config-powermenu.rasi b/config/rofi/config-powermenu.rasi index 3a84a306..520c09d3 100644 --- a/config/rofi/config-powermenu.rasi +++ b/config/rofi/config-powermenu.rasi @@ -18,15 +18,15 @@ window { location: east; anchor: center; fullscreen: false; - width: 250px; - height: 500px; + width: 280px; + /*height: 500px;*/ x-offset: -10px; /* Debian/Ubuntu users use this offset */ /* x-offset: -130px; */ y-offset: 0px; padding: 0px; - border: 2px; - border-radius: 15px; + border: 3px; + border-radius: 10px; border-color: @active-background; cursor: "default"; background-color: @background-color; @@ -49,7 +49,7 @@ mainbox { /* ---- Inputbar ---- */ inputbar { enabled: true; - padding: 10px; + padding: 5px; background-color: transparent; orientation: horizontal; children: ["prompt"]; @@ -58,9 +58,9 @@ inputbar { prompt { enabled: true; /*padding: 10px;*/ - border-radius: 15px; + border-radius: 10px; border-color: @foreground; - background-color: @background-color; + background-color: @background; text-color: @foreground; cursor: text; @@ -89,14 +89,14 @@ listview { /* ---- Elements ---- */ element { enabled: true; - padding: 10px; - border-radius: 30px; + padding: 30px 40px 30px 40px; + border-radius: 20px; background-color: transparent; text-color: @foreground; cursor: pointer; } element-text { - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 16"; background-color: transparent; text-color: inherit; cursor: inherit; |
