diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-03 19:37:17 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-03 19:37:17 +0900 |
| commit | 5940c2ed930bc528f6917a3560eafac1be8a5e9f (patch) | |
| tree | d54b23ac7c539b7c4adc2c8a37a06c3b51ec32b6 /config/rofi | |
| parent | dce31466f4f5ee4584083b7ad2ec2a2b9ba9759b (diff) | |
updated rofi configs
Diffstat (limited to 'config/rofi')
| -rw-r--r-- | config/rofi/config-clipboard.rasi | 1 | ||||
| -rw-r--r-- | config/rofi/config-compact.rasi | 1 | ||||
| -rw-r--r-- | config/rofi/config-long.rasi | 2 | ||||
| -rw-r--r-- | config/rofi/config.rasi | 6 | ||||
| -rw-r--r-- | config/rofi/resolution/1080p/config.rasi | 4 | ||||
| -rw-r--r-- | config/rofi/resolution/1440p/config.rasi | 6 |
6 files changed, 11 insertions, 9 deletions
diff --git a/config/rofi/config-clipboard.rasi b/config/rofi/config-clipboard.rasi index e99cb3fd..ddc9a9d0 100644 --- a/config/rofi/config-clipboard.rasi +++ b/config/rofi/config-clipboard.rasi @@ -5,5 +5,6 @@ /* ---- Entry ---- */ entry { + width: 600px; placeholder: "CTRL Del - Cliphist del || Alt Del - cliphist wipe"; } diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi index 1d5fb9e8..d41fefde 100644 --- a/config/rofi/config-compact.rasi +++ b/config/rofi/config-compact.rasi @@ -22,6 +22,7 @@ imagebox { } entry { + width: 400px; placeholder: " View / Edit Hyprland Configs"; } diff --git a/config/rofi/config-long.rasi b/config/rofi/config-long.rasi index 4b594d5c..99f35d69 100644 --- a/config/rofi/config-long.rasi +++ b/config/rofi/config-long.rasi @@ -21,7 +21,7 @@ inputbar { entry { placeholder: "🔎 Search"; - width: 22%; + width: 600px; } /* ---- Listview ---- */ diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 47782dab..a48a7d3c 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -5,7 +5,7 @@ configuration { modi: "drun,run,filebrowser"; - font: "Fira Code SemiBold 10"; + font: "Fira Code SemiBold 12"; show-icons: true; display-drun: "Apps"; display-run: "Run"; @@ -129,7 +129,7 @@ mode-switcher{ background-color: transparent; } button { - width: 80px; + width: 100px; padding: 12px; border-radius: 12px; background-color: @background-alt; @@ -199,7 +199,7 @@ element-icon { } element-text { background-color: transparent; - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 15"; text-color: inherit; cursor: inherit; vertical-align: 0.5; diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index a77b0570..b778616b 100644 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -1,11 +1,11 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Main Config 1440p */ +/* Main Config 1080p */ /* ---- Configuration ---- */ configuration { modi: "drun,run,filebrowser"; - font: "Fira Code SemiBold 9"; + font: "Fira Code SemiBold 10"; show-icons: true; display-drun: "Apps"; display-run: "Run"; diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index 47782dab..a48a7d3c 100644 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -5,7 +5,7 @@ configuration { modi: "drun,run,filebrowser"; - font: "Fira Code SemiBold 10"; + font: "Fira Code SemiBold 12"; show-icons: true; display-drun: "Apps"; display-run: "Run"; @@ -129,7 +129,7 @@ mode-switcher{ background-color: transparent; } button { - width: 80px; + width: 100px; padding: 12px; border-radius: 12px; background-color: @background-alt; @@ -199,7 +199,7 @@ element-icon { } element-text { background-color: transparent; - font: "Fira Code SemiBold 14"; + font: "Fira Code SemiBold 15"; text-color: inherit; cursor: inherit; vertical-align: 0.5; |
