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-long.rasi | |
| parent | 64fcb6cf3cc2a37576007369b43e9b987ff9903a (diff) | |
Change rofi themes
Diffstat (limited to 'config/rofi/config-long.rasi')
| -rw-r--r-- | config/rofi/config-long.rasi | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/config/rofi/config-long.rasi b/config/rofi/config-long.rasi index 55fb2261..28f6786a 100644 --- a/config/rofi/config-long.rasi +++ b/config/rofi/config-long.rasi @@ -1,13 +1,14 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* Main Config (long) */ + /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 12"; show-icons: true; display-drun: ""; display-run: ""; - display-filebrowser: ""; + display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; hover-select: true; @@ -15,6 +16,7 @@ configuration { me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; dpi: 1; + } /* ---- Load pywal colors (custom wal template) ---- */ @@ -23,7 +25,7 @@ configuration { /* ---- Window ---- */ window { width: 900px; - height: 500px; + /*height: 500px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -36,8 +38,7 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; - border-radius: 15px; + border-radius: 12px; background-color: @background-color; } @@ -45,7 +46,7 @@ window { mainbox { enabled: true; orientation: vertical; - padding: 15px; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox" ]; border-radius: 12px; @@ -75,7 +76,7 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 14px; + padding: 6px; border-radius: 10px; border-color: @foreground; background-color: @background; |
