diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-17 14:56:27 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-17 14:56:27 +0900 |
| commit | edf24ead93cd5110fa0b19650db3ad197591e18c (patch) | |
| tree | 1ee9caf38abb3f62cd40a1bb6ac10d76261b3754 | |
| parent | 68bad271f91fc8f332d852bb57b0f64868bf43fc (diff) | |
updated some rofi configs. Increased some additional width for compatibility with users with scaling
| -rw-r--r-- | config/rofi/config-Animations.rasi | 4 | ||||
| -rw-r--r-- | config/rofi/config-edit.rasi | 2 | ||||
| -rw-r--r-- | config/rofi/config-rofi-Beats-menu.rasi | 4 | ||||
| -rw-r--r-- | config/rofi/config-rofi-Beats.rasi | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/config/rofi/config-Animations.rasi b/config/rofi/config-Animations.rasi index 7c458b09..ef7adc6c 100644 --- a/config/rofi/config-Animations.rasi +++ b/config/rofi/config-Animations.rasi @@ -11,12 +11,12 @@ mainbox { /* ---- Window ---- */ window { - width: 30%; + width: 45%; } /* ---- Entry ---- */ entry { - width: 28%; + width: 43%; placeholder: " ✨ Search / Choose which Animations to load"; } diff --git a/config/rofi/config-edit.rasi b/config/rofi/config-edit.rasi index 1902ab35..1e2bc848 100644 --- a/config/rofi/config-edit.rasi +++ b/config/rofi/config-edit.rasi @@ -17,7 +17,7 @@ configuration { /* ---- Window ---- */ window { - width: 45%; + width: 50%; } diff --git a/config/rofi/config-rofi-Beats-menu.rasi b/config/rofi/config-rofi-Beats-menu.rasi index b6a573f8..c4691bba 100644 --- a/config/rofi/config-rofi-Beats-menu.rasi +++ b/config/rofi/config-rofi-Beats-menu.rasi @@ -12,13 +12,13 @@ mainbox { /* ---- Entry ---- */ entry { expand: false; - width: 17%; + width: 27%; placeholder: " 📻 Choose Music Source"; } /* ---- Window ---- */ window { - width: 20%; + width: 30%; } /* ---- Listview ---- */ diff --git a/config/rofi/config-rofi-Beats.rasi b/config/rofi/config-rofi-Beats.rasi index b8121286..a20e39a9 100644 --- a/config/rofi/config-rofi-Beats.rasi +++ b/config/rofi/config-rofi-Beats.rasi @@ -13,7 +13,7 @@ mainbox { children: [ "inputbar", "listview"]; } - +R /* ---- Entry ---- */ entry { placeholder: " 📻 Choose Media or Stations to play"; |
