diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-12-15 19:34:53 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-15 19:34:53 +0900 |
| commit | 88348f4a9f634c4a9ac4226124f202f3c6a404f8 (patch) | |
| tree | 4e311b90533907db2504452a4918b059b482498e /config/rofi/resolution | |
| parent | 5e207e4375dd7d2c94f3588595b2a5a8808c33ea (diff) | |
| parent | 444d08e4f815ac83483565cbb0b6f2ee8bdef00e (diff) | |
Merge pull request #73 from JaKooLit/Development
preliminary for v2.2
Diffstat (limited to 'config/rofi/resolution')
| -rw-r--r-- | config/rofi/resolution/1080p/config.rasi | 27 | ||||
| -rw-r--r-- | config/rofi/resolution/1440p/config.rasi | 25 |
2 files changed, 27 insertions, 25 deletions
diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 5317feac..30e3aa74 100644 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -24,7 +24,7 @@ configuration { /* ---- Window ---- */ window { - width: 700px; + width: 600px; /*height: 450px;*/ x-offset: 0px; y-offset: 0px; @@ -48,23 +48,23 @@ mainbox { orientation: vertical; padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", height); - children: [ "inputbar", "listbox" ]; + children: [ "inputbar", "imagebox" ]; border-radius: 12px; } /* ---- Imagebox ---- */ imagebox { background-color: transparent; - orientation: vertical; - /*children: [ "inputbar"];*/ + orientation: horizontal; + children: [ "mode-switcher", "listbox"]; } /* ---- Listbox ---- */ listbox { spacing: 4px; orientation: vertical; - children: [ "listview" ]; - padding: 10px; + children: ["listview" ]; + padding: 6px; border-radius: 12px; border: 1px; border-color: @active-background; @@ -84,23 +84,23 @@ inputbar { border-radius: 12px; border-color: @foreground; background-color: @background; - children: [ "mode-switcher", "entry" ]; + children: [ "textbox-prompt-colon","entry" ]; border: 1px; border-color: @active-background; } textbox-prompt-colon { enabled: true; - padding: 10px 0px 10px 10px; + padding: 6px 0px 6px 10px; expand: false; - str: "🐧"; + str: "🐧"; text-color: inherit; background-color: transparent; } entry { enabled: true; - padding: 10px 0px 10px 0px; + padding: 6px 0px 0px 0px; text-color: inherit; cursor: text; placeholder: "Search (ctrl tab to choose mode)"; @@ -110,14 +110,15 @@ entry { /* ---- Mode Switcher ---- */ mode-switcher{ + orientation: vertical; enabled: true; - spacing: 10px; + spacing: 12px; background-color: transparent; text-color: @foreground; } button { - padding: 1px 12px 1px 12px; + padding: 0px 10px 0px 10px; border-radius: 12px; background-color: @background; text-color: inherit; @@ -139,7 +140,7 @@ listview { enabled: true; columns: 2; lines: 6; - spacing: 5px; + spacing: 2px; padding: 6px; dynamic: true; cycle: true; diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index d092d23d..fa92f052 100644 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -24,7 +24,7 @@ configuration { /* ---- Window ---- */ window { - width: 700px; + width: 650px; /*height: 450px;*/ x-offset: 0px; y-offset: 0px; @@ -48,23 +48,23 @@ mainbox { orientation: vertical; padding: 8px; background-image: url("~/.config/rofi/.current_wallpaper", height); - children: [ "inputbar", "listbox" ]; + children: [ "inputbar", "imagebox" ]; border-radius: 12px; } /* ---- Imagebox ---- */ imagebox { background-color: transparent; - orientation: vertical; - /*children: [ "inputbar"];*/ + orientation: horizontal; + children: [ "mode-switcher", "listbox"]; } /* ---- Listbox ---- */ listbox { spacing: 4px; orientation: vertical; - children: [ "listview" ]; - padding: 10px; + children: ["listview" ]; + padding: 6px; border-radius: 12px; border: 1px; border-color: @active-background; @@ -84,23 +84,23 @@ inputbar { border-radius: 12px; border-color: @foreground; background-color: @background; - children: [ "mode-switcher", "entry" ]; + children: [ "textbox-prompt-colon","entry" ]; border: 1px; border-color: @active-background; } textbox-prompt-colon { enabled: true; - padding: 10px 0px 10px 10px; + padding: 6px 0px 6px 10px; expand: false; - str: "🐧"; + str: "🐧"; text-color: inherit; background-color: transparent; } entry { enabled: true; - padding: 10px 0px 10px 0px; + padding: 6px 0px 0px 0px; text-color: inherit; cursor: text; placeholder: "Search (ctrl tab to choose mode)"; @@ -110,14 +110,15 @@ entry { /* ---- Mode Switcher ---- */ mode-switcher{ + orientation: vertical; enabled: true; - spacing: 10px; + spacing: 12px; background-color: transparent; text-color: @foreground; } button { - padding: 1px 12px 1px 12px; + padding: 0px 10px 0px 10px; border-radius: 12px; background-color: @background; text-color: inherit; |
