diff options
| author | JaKooLit <jimmielovejay.com> | 2023-11-19 01:32:41 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-11-19 01:32:41 +0900 |
| commit | e25fe4fdec7fe8d862df2c4e44ec83ccf90f13c7 (patch) | |
| tree | 10fddb0d787f1da5803eb8e1f2ac07f00334122d /config/rofi/config-rofi-Beats.rasi | |
| parent | 832ad0456d2f9dace1e629fbf08650fc4dd95a32 (diff) | |
Rofi changes
Diffstat (limited to 'config/rofi/config-rofi-Beats.rasi')
| -rw-r--r-- | config/rofi/config-rofi-Beats.rasi | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/config/rofi/config-rofi-Beats.rasi b/config/rofi/config-rofi-Beats.rasi index 49afe783..d7656e52 100644 --- a/config/rofi/config-rofi-Beats.rasi +++ b/config/rofi/config-rofi-Beats.rasi @@ -3,10 +3,10 @@ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 12"; + font: "Fira Code SemiBold 14"; show-icons: true; display-drun: ""; - display-run: ""; + display-run: ""; display-filebrowser: ""; display-window: ""; drun-display-format: "{name}"; @@ -14,7 +14,7 @@ configuration { me-select-entry: "MouseSecondary"; me-accept-entry: "MousePrimary"; window-format: "{w} · {c} · {t}"; - + dpi: 1; } /* ---- Load pywal colors (custom wal template) ---- */ @@ -22,16 +22,16 @@ configuration { /* ---- Window ---- */ window { - width: 45%; - height: 45%; + width: 35%; + /*height: 45%;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; padding: 0px; margin: 0px; color: transparent; - border: 2px; - border-color: @background; + border: 1px; + border-color: @active-background; cursor: "default"; transparency: "real"; location: center; @@ -48,7 +48,7 @@ mainbox { spacing: 0px; margin: 0px; background-color: transparent; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-image: url("~/.config/rofi/.current_wallpaper",width); children: [ "imagebox", "listbox" ]; } @@ -80,14 +80,16 @@ inputbar { padding: 15px; border-radius: 10px; border-color: @foreground; + background-color: transparent; children: [ "textbox-prompt-colon", "entry" ]; } textbox-prompt-colon { enabled: true; expand: false; - str: "🔎 "; + str: "📻 "; text-color: inherit; + background-color: transparent; } entry { @@ -95,7 +97,7 @@ entry { background-color: transparent; text-color: inherit; cursor: text; - placeholder: "Choose"; + placeholder: "Choose Online Music"; placeholder-color: inherit; } @@ -110,7 +112,7 @@ mode-switcher{ button { padding: 10px; border-radius: 10px; - background-color: @background; + background-color: transparent; text-color: inherit; cursor: pointer; border: 0px; @@ -138,7 +140,7 @@ listview { margin: 0px; border-radius: 10px; border: 0px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-color: transparent; } /* ---- Element ---- */ @@ -147,7 +149,7 @@ element { padding: 5px; margin: 2px; cursor: pointer; - background-color: @background; + background-color: transparent; border-radius: 10px; border: 0px; } @@ -226,7 +228,7 @@ textbox { padding: 15px; margin: 0px; border-radius: 0px; - background-color: @background; + background-color: transparent; text-color: @foreground; vertical-align: 0.5; horizontal-align: 0.0; |
