diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-03 16:38:04 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-03 16:38:04 +0900 |
| commit | 3785d1063e4f9599f6005b8c8faed7eb5216bc22 (patch) | |
| tree | bb61a100f072b02a29d44060a4d958ea95cca263 /config/rofi/config-zsh-theme.rasi | |
| parent | e116601615e3ba4dac47700d586f250dcb0f44fa (diff) | |
New Rofi Themes
Diffstat (limited to 'config/rofi/config-zsh-theme.rasi')
| -rw-r--r-- | config/rofi/config-zsh-theme.rasi | 49 |
1 files changed, 28 insertions, 21 deletions
diff --git a/config/rofi/config-zsh-theme.rasi b/config/rofi/config-zsh-theme.rasi index 4f6ba64a..edc7a3ed 100644 --- a/config/rofi/config-zsh-theme.rasi +++ b/config/rofi/config-zsh-theme.rasi @@ -1,6 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Main Config (zsh) */ -/* -- submitted by https://github.com/hyprhex -- */ +/* Main Config (compact) */ @import "~/.config/rofi/config.rasi" @@ -11,43 +10,51 @@ configuration { /* ---- Window ---- */ window { - width: 800px; -} - -/* ---- Mainbox ---- */ -mainbox { - orientation: horizontal; - children: [ "imagebox"]; + width: 900px; + border-radius: 15px; } /* ---- Imagebox ---- */ imagebox { orientation: vertical; children: - [ "inputbar", - "listbox"]; + [ "inputbar", "listbox"]; +} + +/* ---- Listbox ---- */ +listbox { + border-radius: 12px; } /* ---- Inputbar ---- */ inputbar { - padding: 8px; + padding: 14px; border-radius: 10px; - children: - [ "textbox-prompt-colon", - "entry"]; -} - -textbox-prompt-colon { - str: "󰸉 "; } entry { - placeholder: "Choose ZSH theme"; + placeholder: "󰸉 Choose ZSH theme"; } /* ---- Listview ---- */ listview { columns: 3; + lines: 4; spacing: 4px; - scrollbar: true; + scrollbar: false; + border-radius: 10px; +} + +/* ---- Element ---- */ +element { + border-radius: 10px; +} + +/*****----- Message -----*****/ +message { + border-radius: 10px; +} + +textbox { + padding: 15px; } |
