diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-07 21:43:46 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-07 21:43:46 +0900 |
| commit | 2ee1d627c7b9f37f73460e48915d54ec4a5f09b5 (patch) | |
| tree | 48572e5669c74854221affec7a1b208242151b59 /config/rofi/config-compact.rasi | |
| parent | ae0629bc443e0752c01646972a6dc5e4cea9c9f7 (diff) | |
adjustment of rofi configs, disabled Thunar silent move to workspace 3
Diffstat (limited to 'config/rofi/config-compact.rasi')
| -rw-r--r-- | config/rofi/config-compact.rasi | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi index e35ec79d..2c72252e 100644 --- a/config/rofi/config-compact.rasi +++ b/config/rofi/config-compact.rasi @@ -10,32 +10,31 @@ configuration { /* ---- Window ---- */ window { - width: 24%; + width: 50%; border-radius: 15px; } /* ---- Inputbar ---- */ inputbar { - background-image: url("~/.config/rofi/.current_wallpaper", width); + background-image: url("~/.config/rofi/.current_wallpaper", width); } /* ---- Imagebox ---- */ imagebox { orientation: vertical; - children: - [ "entry", "listview"]; + children: [ "entry", "listview"]; } /* ---- Entry input ---- */ entry { - width: 18%; + width: 23%; placeholder: " View / Edit Hyprland Configs"; } /* ---- Listview ---- */ listview { - columns: 1; - lines: 10; + columns: 2; + lines: 5; spacing: 4px; scrollbar: false; border-radius: 12px; |
