From 8460e015243a8323ffb7483c13e1e2692f5ca59c Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 19 Nov 2023 01:34:39 +0900 Subject: rofi changes --- .../rofi/resolution/1440p/config-rofi-Beats.rasi | 28 ++++++++++++---------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'config/rofi/resolution/1440p/config-rofi-Beats.rasi') diff --git a/config/rofi/resolution/1440p/config-rofi-Beats.rasi b/config/rofi/resolution/1440p/config-rofi-Beats.rasi index 77d71852..d7656e52 100644 --- a/config/rofi/resolution/1440p/config-rofi-Beats.rasi +++ b/config/rofi/resolution/1440p/config-rofi-Beats.rasi @@ -6,7 +6,7 @@ configuration { 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; -- cgit v1.2.3 From 9c0791d57fccd887ea633989aa9488882b478ce6 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 19 Nov 2023 10:37:03 +0900 Subject: more tweaked rofi --- config/rofi/config-compact.rasi | 3 +-- config/rofi/config-rofi-Beats.rasi | 1 - config/rofi/config-wallpaper.rasi | 8 ++++---- config/rofi/config-waybar-layout.rasi | 6 +++--- config/rofi/config-waybar-style.rasi | 6 +++--- config/rofi/config.rasi | 6 +++--- config/rofi/resolution/1080p/config-compact.rasi | 3 +-- config/rofi/resolution/1080p/config-rofi-Beats.rasi | 1 - config/rofi/resolution/1080p/config-wallpaper.rasi | 8 ++++---- config/rofi/resolution/1080p/config-waybar-layout.rasi | 6 +++--- config/rofi/resolution/1080p/config-waybar-style.rasi | 6 +++--- config/rofi/resolution/1080p/config.rasi | 6 +++--- config/rofi/resolution/1440p/config-compact.rasi | 1 - config/rofi/resolution/1440p/config-rofi-Beats.rasi | 1 - config/rofi/resolution/1440p/config-wallpaper.rasi | 6 +++--- config/rofi/resolution/1440p/config-waybar-layout.rasi | 4 ++-- config/rofi/resolution/1440p/config-waybar-style.rasi | 4 ++-- config/rofi/resolution/1440p/config.rasi | 2 +- 18 files changed, 36 insertions(+), 42 deletions(-) (limited to 'config/rofi/resolution/1440p/config-rofi-Beats.rasi') diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi index c6d41ab1..78ca58cc 100644 --- a/config/rofi/config-compact.rasi +++ b/config/rofi/config-compact.rasi @@ -22,8 +22,7 @@ configuration { /* ---- Window ---- */ window { - width: 40%; - /*height: 45%;*/ + width: 42%; x-offset: 0px; y-offset: 0px; spacing: 0px; diff --git a/config/rofi/config-rofi-Beats.rasi b/config/rofi/config-rofi-Beats.rasi index c3619509..fae4c9a5 100644 --- a/config/rofi/config-rofi-Beats.rasi +++ b/config/rofi/config-rofi-Beats.rasi @@ -23,7 +23,6 @@ configuration { /* ---- Window ---- */ window { width: 35%; - /*height: 45%;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi index b86ebe67..88e0a5fb 100644 --- a/config/rofi/config-wallpaper.rasi +++ b/config/rofi/config-wallpaper.rasi @@ -47,7 +47,7 @@ mainbox { enabled: true; orientation: horizontal; padding: 20px; - background-image: url("~/.config/rofi/.current_wallpaper", width); + background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox", "listbox" ]; } @@ -129,10 +129,10 @@ listview { dynamic: true; enabled: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; - reverse: true; - fixed-height: false; + reverse: false; + fixed-height: true; fixed-columns: false; background-color: transparent; } diff --git a/config/rofi/config-waybar-layout.rasi b/config/rofi/config-waybar-layout.rasi index 1c312277..1621183d 100644 --- a/config/rofi/config-waybar-layout.rasi +++ b/config/rofi/config-waybar-layout.rasi @@ -22,7 +22,7 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 40%; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -126,10 +126,10 @@ listview { spacing: 4px; dynamic: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; - fixed-height: false; + fixed-height: true; fixed-columns: false; background-color: transparent; } diff --git a/config/rofi/config-waybar-style.rasi b/config/rofi/config-waybar-style.rasi index 1c312277..1621183d 100644 --- a/config/rofi/config-waybar-style.rasi +++ b/config/rofi/config-waybar-style.rasi @@ -22,7 +22,7 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 40%; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -126,10 +126,10 @@ listview { spacing: 4px; dynamic: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; - fixed-height: false; + fixed-height: true; fixed-columns: false; background-color: transparent; } diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 6a06eae2..f36ff120 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -24,7 +24,7 @@ configuration { /* ---- Window ---- */ window { - width: 35%; + width: 40%; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -124,7 +124,7 @@ button selected { listview { enabled: true; columns: 1; - lines: 9; + lines: 8; spacing: 4px; dynamic: true; enabled: true; @@ -132,7 +132,7 @@ listview { scrollbar: false; layout: vertical; reverse: true; - fixed-height: false; + fixed-height: true; fixed-columns: false; background-color: transparent; } diff --git a/config/rofi/resolution/1080p/config-compact.rasi b/config/rofi/resolution/1080p/config-compact.rasi index c6d41ab1..78ca58cc 100644 --- a/config/rofi/resolution/1080p/config-compact.rasi +++ b/config/rofi/resolution/1080p/config-compact.rasi @@ -22,8 +22,7 @@ configuration { /* ---- Window ---- */ window { - width: 40%; - /*height: 45%;*/ + width: 42%; x-offset: 0px; y-offset: 0px; spacing: 0px; diff --git a/config/rofi/resolution/1080p/config-rofi-Beats.rasi b/config/rofi/resolution/1080p/config-rofi-Beats.rasi index c3619509..fae4c9a5 100644 --- a/config/rofi/resolution/1080p/config-rofi-Beats.rasi +++ b/config/rofi/resolution/1080p/config-rofi-Beats.rasi @@ -23,7 +23,6 @@ configuration { /* ---- Window ---- */ window { width: 35%; - /*height: 45%;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; diff --git a/config/rofi/resolution/1080p/config-wallpaper.rasi b/config/rofi/resolution/1080p/config-wallpaper.rasi index b86ebe67..88e0a5fb 100644 --- a/config/rofi/resolution/1080p/config-wallpaper.rasi +++ b/config/rofi/resolution/1080p/config-wallpaper.rasi @@ -47,7 +47,7 @@ mainbox { enabled: true; orientation: horizontal; padding: 20px; - background-image: url("~/.config/rofi/.current_wallpaper", width); + background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox", "listbox" ]; } @@ -129,10 +129,10 @@ listview { dynamic: true; enabled: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; - reverse: true; - fixed-height: false; + reverse: false; + fixed-height: true; fixed-columns: false; background-color: transparent; } diff --git a/config/rofi/resolution/1080p/config-waybar-layout.rasi b/config/rofi/resolution/1080p/config-waybar-layout.rasi index 1c312277..1621183d 100644 --- a/config/rofi/resolution/1080p/config-waybar-layout.rasi +++ b/config/rofi/resolution/1080p/config-waybar-layout.rasi @@ -22,7 +22,7 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 40%; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -126,10 +126,10 @@ listview { spacing: 4px; dynamic: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; - fixed-height: false; + fixed-height: true; fixed-columns: false; background-color: transparent; } diff --git a/config/rofi/resolution/1080p/config-waybar-style.rasi b/config/rofi/resolution/1080p/config-waybar-style.rasi index 1c312277..1621183d 100644 --- a/config/rofi/resolution/1080p/config-waybar-style.rasi +++ b/config/rofi/resolution/1080p/config-waybar-style.rasi @@ -22,7 +22,7 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 40%; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -126,10 +126,10 @@ listview { spacing: 4px; dynamic: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; - fixed-height: false; + fixed-height: true; fixed-columns: false; background-color: transparent; } diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 6a06eae2..f36ff120 100644 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -24,7 +24,7 @@ configuration { /* ---- Window ---- */ window { - width: 35%; + width: 40%; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -124,7 +124,7 @@ button selected { listview { enabled: true; columns: 1; - lines: 9; + lines: 8; spacing: 4px; dynamic: true; enabled: true; @@ -132,7 +132,7 @@ listview { scrollbar: false; layout: vertical; reverse: true; - fixed-height: false; + fixed-height: true; fixed-columns: false; background-color: transparent; } diff --git a/config/rofi/resolution/1440p/config-compact.rasi b/config/rofi/resolution/1440p/config-compact.rasi index d7a0750d..5bfda000 100644 --- a/config/rofi/resolution/1440p/config-compact.rasi +++ b/config/rofi/resolution/1440p/config-compact.rasi @@ -23,7 +23,6 @@ configuration { /* ---- Window ---- */ window { width: 40%; - /*height: 45%;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; diff --git a/config/rofi/resolution/1440p/config-rofi-Beats.rasi b/config/rofi/resolution/1440p/config-rofi-Beats.rasi index d7656e52..b1250076 100644 --- a/config/rofi/resolution/1440p/config-rofi-Beats.rasi +++ b/config/rofi/resolution/1440p/config-rofi-Beats.rasi @@ -23,7 +23,6 @@ configuration { /* ---- Window ---- */ window { width: 35%; - /*height: 45%;*/ x-offset: 0px; y-offset: 0px; spacing: 0px; diff --git a/config/rofi/resolution/1440p/config-wallpaper.rasi b/config/rofi/resolution/1440p/config-wallpaper.rasi index e83e8aa7..e41487f8 100644 --- a/config/rofi/resolution/1440p/config-wallpaper.rasi +++ b/config/rofi/resolution/1440p/config-wallpaper.rasi @@ -129,10 +129,10 @@ listview { dynamic: true; enabled: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; - reverse: true; - fixed-height: false; + reverse: false; + fixed-height: true; fixed-columns: false; background-color: transparent; } diff --git a/config/rofi/resolution/1440p/config-waybar-layout.rasi b/config/rofi/resolution/1440p/config-waybar-layout.rasi index 3c3b6a7d..e8739ec3 100644 --- a/config/rofi/resolution/1440p/config-waybar-layout.rasi +++ b/config/rofi/resolution/1440p/config-waybar-layout.rasi @@ -126,10 +126,10 @@ listview { spacing: 4px; dynamic: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; - fixed-height: false; + fixed-height: true; fixed-columns: false; background-color: transparent; } diff --git a/config/rofi/resolution/1440p/config-waybar-style.rasi b/config/rofi/resolution/1440p/config-waybar-style.rasi index 3c3b6a7d..e8739ec3 100644 --- a/config/rofi/resolution/1440p/config-waybar-style.rasi +++ b/config/rofi/resolution/1440p/config-waybar-style.rasi @@ -126,10 +126,10 @@ listview { spacing: 4px; dynamic: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; - fixed-height: false; + fixed-height: true; fixed-columns: false; background-color: transparent; } diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index 11a96709..59543450 100644 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -132,7 +132,7 @@ listview { scrollbar: false; layout: vertical; reverse: true; - fixed-height: false; + fixed-height: true; fixed-columns: false; background-color: transparent; } -- cgit v1.2.3