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.rasi | |
| parent | 64fcb6cf3cc2a37576007369b43e9b987ff9903a (diff) | |
Change rofi themes
Diffstat (limited to 'config/rofi/config.rasi')
| -rw-r--r-- | config/rofi/config.rasi | 56 |
1 files changed, 30 insertions, 26 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 5293bec0..8430cc80 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -1,14 +1,14 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Main Config (main) - mine */ +/* Main Config (main) */ /* ---- 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; @@ -25,7 +25,7 @@ configuration { /* ---- Window ---- */ window { width: 800px; - height: 450px; + /*height: 450px;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -38,25 +38,25 @@ window { anchor: center; fullscreen: false; enabled: true; - border-radius: 15px; + border-radius: 12px; background-color: @background-color; } /* ---- Mainbox ---- */ mainbox { enabled: true; - orientation: horizontal; - padding: 14px; + orientation: vertical; + padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", width); - children: [ "imagebox", "listbox" ]; - border-radius: 10px; + children: [ "inputbar", "listbox" ]; + border-radius: 12px; } /* ---- Imagebox ---- */ imagebox { background-color: transparent; orientation: vertical; - children: [ "inputbar", "dummy", "mode-switcher" ]; + /*children: [ "inputbar"];*/ } /* ---- Listbox ---- */ @@ -64,7 +64,8 @@ listbox { spacing: 4px; orientation: vertical; children: [ "listview" ]; - border-radius: 10px; + padding: 10px; + border-radius: 12px; border: 1px; border-color: @active-background; background-color: @background; @@ -80,17 +81,17 @@ inputbar { enabled: true; text-color: @foreground; spacing: 10px; - padding: 10px; - border-radius: 10px; + border-radius: 12px; border-color: @foreground; background-color: @background; - children: [ "textbox-prompt-colon", "entry" ]; + children: [ "mode-switcher", "textbox-prompt-colon", "entry" ]; border: 1px; border-color: @active-background; } textbox-prompt-colon { enabled: true; + padding: 10px 0px 10px 10px; expand: false; str: "🐧"; text-color: inherit; @@ -99,6 +100,7 @@ textbox-prompt-colon { entry { enabled: true; + padding: 10px 0px 10px 0px; text-color: inherit; cursor: text; placeholder: "Search"; @@ -115,8 +117,8 @@ mode-switcher{ } button { - padding: 10px; - border-radius: 10px; + padding: 2px 24px 2px 24px; + border-radius: 12px; background-color: @background; text-color: inherit; cursor: pointer; @@ -135,18 +137,20 @@ button selected { /* ---- Listview ---- */ listview { enabled: true; - columns: 1; - lines: 8; - spacing: 4px; + columns: 2; + lines: 6; + spacing: 5px; + padding: 6px; dynamic: true; cycle: true; scrollbar: false; layout: vertical; reverse: false; fixed-height: true; - fixed-columns: true; + fixed-columns: false; background-color: transparent; - border-radius: 10px; + border-radius: 12px; + border: 0px; } /* ---- Element ---- */ @@ -156,7 +160,7 @@ element { margin: 2px; cursor: pointer; background-color: transparent; - border-radius: 10px; + border-radius: 12px; border: 0px; } @@ -217,25 +221,25 @@ element-text { text-color: inherit; cursor: inherit; vertical-align: 0.5; - horizontal-align: 0.0; + horizontal-align: 0; } /*****----- Message -----*****/ message { background-color: @background; margin: 20px 0px 0px 0px; - border-radius: 10px; + border-radius: 12px; } textbox { - padding: 15px; + padding: 10px; background-color: @background; text-color: @foreground; } error-message { padding: 15px; - border-radius: 20px; + border-radius: 12px; background-color: @background; text-color: @foreground; } |
