From a416fe90405aed1803c302aaaa5dfb6eb9bd5363 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 1 Dec 2023 08:39:41 +0900 Subject: [PATCH] rofi width and hieght changed to px --- config/rofi/config-compact.rasi | 6 +++--- config/rofi/config-long.rasi | 15 ++++++++------- config/rofi/config-powermenu.rasi | 8 ++++---- config/rofi/config-rofi-Beats.rasi | 11 ++++++----- config/rofi/config-wallpaper.rasi | 9 +++++---- config/rofi/config-waybar-layout.rasi | 11 ++++++----- config/rofi/config-waybar-style.rasi | 7 ++++--- config/rofi/config.rasi | 11 ++++++----- config/rofi/resolution/1080p/config-compact.rasi | 4 ++-- config/rofi/resolution/1080p/config-long.rasi | 13 +++++++------ .../rofi/resolution/1080p/config-powermenu.rasi | 8 ++++---- .../rofi/resolution/1080p/config-rofi-Beats.rasi | 9 +++++---- .../rofi/resolution/1080p/config-wallpaper.rasi | 11 ++++++----- .../resolution/1080p/config-waybar-layout.rasi | 9 +++++---- .../resolution/1080p/config-waybar-style.rasi | 5 +++-- config/rofi/resolution/1080p/config.rasi | 9 +++++---- config/rofi/resolution/1440p/config-compact.rasi | 2 +- config/rofi/resolution/1440p/config-long.rasi | 9 +++++---- .../rofi/resolution/1440p/config-powermenu.rasi | 8 ++++---- .../rofi/resolution/1440p/config-rofi-Beats.rasi | 7 ++++--- .../rofi/resolution/1440p/config-wallpaper.rasi | 3 ++- .../resolution/1440p/config-waybar-layout.rasi | 9 +++++---- .../resolution/1440p/config-waybar-style.rasi | 3 ++- config/rofi/resolution/1440p/config.rasi | 7 ++++--- 24 files changed, 106 insertions(+), 88 deletions(-) diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi index 15300a7..122536e 100644 --- a/config/rofi/config-compact.rasi +++ b/config/rofi/config-compact.rasi @@ -4,7 +4,7 @@ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 12"; + font: "Fira Code SemiBold 14"; show-icons: true; display-drun: ""; display-run: ""; @@ -24,7 +24,7 @@ configuration { /* ---- Window ---- */ window { - width: 20%; + width: 600px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -50,7 +50,7 @@ mainbox { background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox"]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ diff --git a/config/rofi/config-long.rasi b/config/rofi/config-long.rasi index a1f33e6..55fb226 100644 --- a/config/rofi/config-long.rasi +++ b/config/rofi/config-long.rasi @@ -3,7 +3,7 @@ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 12"; + font: "Fira Code SemiBold 14"; show-icons: true; display-drun: ""; display-run: ""; @@ -22,7 +22,8 @@ configuration { /* ---- Window ---- */ window { - width: 45%; + width: 900px; + height: 500px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -45,10 +46,10 @@ mainbox { enabled: true; orientation: vertical; padding: 15px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox" ]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ @@ -104,15 +105,15 @@ entry { listview { enabled: true; columns: 1; - lines: 12; + lines: 9; spacing: 4px; dynamic: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: true; background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/config-powermenu.rasi b/config/rofi/config-powermenu.rasi index ae1ee00..409bbb0 100644 --- a/config/rofi/config-powermenu.rasi +++ b/config/rofi/config-powermenu.rasi @@ -18,9 +18,9 @@ window { location: east; anchor: center; fullscreen: false; - width: 240px; - /*height: 800px;*/ - x-offset: 0px; + width: 250px; + height: 500px; + x-offset: -10px; y-offset: 0px; padding: 0px; border: 2px; @@ -68,7 +68,7 @@ prompt { listview { enabled: true; columns: 1; - lines: 6; + lines: 7; cycle: true; dynamic: true; scrollbar: false; diff --git a/config/rofi/config-rofi-Beats.rasi b/config/rofi/config-rofi-Beats.rasi index 17bf54a..4d68818 100644 --- a/config/rofi/config-rofi-Beats.rasi +++ b/config/rofi/config-rofi-Beats.rasi @@ -4,7 +4,7 @@ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 12"; + font: "Fira Code SemiBold 14"; show-icons: true; display-drun: ""; display-run: ""; @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 20%; + width: 500px; + height: 400px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -50,7 +51,7 @@ mainbox { background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox"]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ @@ -115,11 +116,11 @@ listview { spacing: 4px; dynamic: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: true; background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi index 5b17e06..d73ee64 100644 --- a/config/rofi/config-wallpaper.rasi +++ b/config/rofi/config-wallpaper.rasi @@ -4,7 +4,7 @@ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 12"; + font: "Fira Code SemiBold 14"; show-icons: true; display-drun: ""; display-run: ""; @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + height: 450px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -50,7 +51,7 @@ mainbox { background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox"]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ @@ -111,7 +112,7 @@ entry { listview { enabled: true; columns: 2; - lines: 5; + lines: 8; spacing: 4px; dynamic: true; cycle: true; diff --git a/config/rofi/config-waybar-layout.rasi b/config/rofi/config-waybar-layout.rasi index 08ab350..40059b8 100644 --- a/config/rofi/config-waybar-layout.rasi +++ b/config/rofi/config-waybar-layout.rasi @@ -3,7 +3,7 @@ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 12"; + font: "Fira Code SemiBold 14"; show-icons: true; display-drun: ""; display-run: ""; @@ -22,7 +22,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + height: 800px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -107,7 +108,7 @@ entry { listview { enabled: true; columns: 1; - lines: 16; + lines: 15; spacing: 4px; dynamic: true; cycle: true; @@ -115,8 +116,8 @@ listview { layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; - background-color: transparent; + fixed-columns: true; + background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/config-waybar-style.rasi b/config/rofi/config-waybar-style.rasi index fb01213..53e0870 100644 --- a/config/rofi/config-waybar-style.rasi +++ b/config/rofi/config-waybar-style.rasi @@ -3,7 +3,7 @@ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 12"; + font: "Fira Code SemiBold 14"; show-icons: true; display-drun: ""; display-run: ""; @@ -22,7 +22,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + height: 800px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -80,7 +81,7 @@ inputbar { padding: 15px; border-radius: 10px; border-color: @foreground; - background-color: @background90; + background-color: @background; children: [ "textbox-prompt-colon", "entry" ]; border: 1px; border-color: @active-background; diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 3201441..5293bec 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -4,7 +4,7 @@ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 12"; + font: "Fira Code SemiBold 14"; show-icons: true; display-drun: ""; display-run: ""; @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 35%; + width: 800px; + height: 450px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -46,7 +47,7 @@ mainbox { enabled: true; orientation: horizontal; padding: 14px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox", "listbox" ]; border-radius: 10px; } @@ -135,7 +136,7 @@ button selected { listview { enabled: true; columns: 1; - lines: 9; + lines: 8; spacing: 4px; dynamic: true; cycle: true; @@ -143,7 +144,7 @@ listview { layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: true; background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/resolution/1080p/config-compact.rasi b/config/rofi/resolution/1080p/config-compact.rasi index 15300a7..aa5dc2b 100644 --- a/config/rofi/resolution/1080p/config-compact.rasi +++ b/config/rofi/resolution/1080p/config-compact.rasi @@ -24,7 +24,7 @@ configuration { /* ---- Window ---- */ window { - width: 20%; + width: 600px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -50,7 +50,7 @@ mainbox { background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox"]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ diff --git a/config/rofi/resolution/1080p/config-long.rasi b/config/rofi/resolution/1080p/config-long.rasi index a1f33e6..5b749e8 100644 --- a/config/rofi/resolution/1080p/config-long.rasi +++ b/config/rofi/resolution/1080p/config-long.rasi @@ -22,7 +22,8 @@ configuration { /* ---- Window ---- */ window { - width: 45%; + width: 900px; + height: 500px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -45,10 +46,10 @@ mainbox { enabled: true; orientation: vertical; padding: 15px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox" ]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ @@ -104,15 +105,15 @@ entry { listview { enabled: true; columns: 1; - lines: 12; + lines: 9; spacing: 4px; dynamic: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: true; background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/resolution/1080p/config-powermenu.rasi b/config/rofi/resolution/1080p/config-powermenu.rasi index ae1ee00..409bbb0 100644 --- a/config/rofi/resolution/1080p/config-powermenu.rasi +++ b/config/rofi/resolution/1080p/config-powermenu.rasi @@ -18,9 +18,9 @@ window { location: east; anchor: center; fullscreen: false; - width: 240px; - /*height: 800px;*/ - x-offset: 0px; + width: 250px; + height: 500px; + x-offset: -10px; y-offset: 0px; padding: 0px; border: 2px; @@ -68,7 +68,7 @@ prompt { listview { enabled: true; columns: 1; - lines: 6; + lines: 7; cycle: true; dynamic: true; scrollbar: false; diff --git a/config/rofi/resolution/1080p/config-rofi-Beats.rasi b/config/rofi/resolution/1080p/config-rofi-Beats.rasi index 17bf54a..5d3ad84 100644 --- a/config/rofi/resolution/1080p/config-rofi-Beats.rasi +++ b/config/rofi/resolution/1080p/config-rofi-Beats.rasi @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 20%; + width: 500px; + height: 400px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -50,7 +51,7 @@ mainbox { background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "imagebox"]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ @@ -115,11 +116,11 @@ listview { spacing: 4px; dynamic: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: true; background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/resolution/1080p/config-wallpaper.rasi b/config/rofi/resolution/1080p/config-wallpaper.rasi index 5b17e06..a981980 100644 --- a/config/rofi/resolution/1080p/config-wallpaper.rasi +++ b/config/rofi/resolution/1080p/config-wallpaper.rasi @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + height: 450px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -50,7 +51,7 @@ mainbox { background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox"]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ @@ -111,7 +112,7 @@ entry { listview { enabled: true; columns: 2; - lines: 5; + lines: 8; spacing: 4px; dynamic: true; cycle: true; @@ -119,7 +120,7 @@ listview { layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: truev; background-color: transparent; border-radius: 10px; } @@ -130,7 +131,7 @@ element { padding: 5px; margin: 2px; cursor: pointer; - background-color: transparent; + background-color: transparent; border-radius: 10px; border: 0px; } diff --git a/config/rofi/resolution/1080p/config-waybar-layout.rasi b/config/rofi/resolution/1080p/config-waybar-layout.rasi index 08ab350..57e65d3 100644 --- a/config/rofi/resolution/1080p/config-waybar-layout.rasi +++ b/config/rofi/resolution/1080p/config-waybar-layout.rasi @@ -22,7 +22,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + height: 800px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -107,7 +108,7 @@ entry { listview { enabled: true; columns: 1; - lines: 16; + lines: 15; spacing: 4px; dynamic: true; cycle: true; @@ -115,8 +116,8 @@ listview { layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; - background-color: transparent; + fixed-columns: true; + background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/resolution/1080p/config-waybar-style.rasi b/config/rofi/resolution/1080p/config-waybar-style.rasi index fb01213..95ba528 100644 --- a/config/rofi/resolution/1080p/config-waybar-style.rasi +++ b/config/rofi/resolution/1080p/config-waybar-style.rasi @@ -22,7 +22,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + height: 800px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -80,7 +81,7 @@ inputbar { padding: 15px; border-radius: 10px; border-color: @foreground; - background-color: @background90; + background-color: @background; children: [ "textbox-prompt-colon", "entry" ]; border: 1px; border-color: @active-background; diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 3201441..f894394 100644 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 35%; + width: 800px; + height: 450px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -46,7 +47,7 @@ mainbox { enabled: true; orientation: horizontal; padding: 14px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox", "listbox" ]; border-radius: 10px; } @@ -135,7 +136,7 @@ button selected { listview { enabled: true; columns: 1; - lines: 9; + lines: 8; spacing: 4px; dynamic: true; cycle: true; @@ -143,7 +144,7 @@ listview { layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: true; background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/resolution/1440p/config-compact.rasi b/config/rofi/resolution/1440p/config-compact.rasi index 8ec0cf7..122536e 100644 --- a/config/rofi/resolution/1440p/config-compact.rasi +++ b/config/rofi/resolution/1440p/config-compact.rasi @@ -24,7 +24,7 @@ configuration { /* ---- Window ---- */ window { - width: 20%; + width: 600px; x-offset: 0px; y-offset: 0px; spacing: 0px; diff --git a/config/rofi/resolution/1440p/config-long.rasi b/config/rofi/resolution/1440p/config-long.rasi index a6373e8..55fb226 100644 --- a/config/rofi/resolution/1440p/config-long.rasi +++ b/config/rofi/resolution/1440p/config-long.rasi @@ -22,7 +22,8 @@ configuration { /* ---- Window ---- */ window { - width: 45%; + width: 900px; + height: 500px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -104,15 +105,15 @@ entry { listview { enabled: true; columns: 1; - lines: 12; + lines: 9; spacing: 4px; dynamic: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: true; background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/resolution/1440p/config-powermenu.rasi b/config/rofi/resolution/1440p/config-powermenu.rasi index ae1ee00..409bbb0 100644 --- a/config/rofi/resolution/1440p/config-powermenu.rasi +++ b/config/rofi/resolution/1440p/config-powermenu.rasi @@ -18,9 +18,9 @@ window { location: east; anchor: center; fullscreen: false; - width: 240px; - /*height: 800px;*/ - x-offset: 0px; + width: 250px; + height: 500px; + x-offset: -10px; y-offset: 0px; padding: 0px; border: 2px; @@ -68,7 +68,7 @@ prompt { listview { enabled: true; columns: 1; - lines: 6; + lines: 7; cycle: true; dynamic: true; scrollbar: false; diff --git a/config/rofi/resolution/1440p/config-rofi-Beats.rasi b/config/rofi/resolution/1440p/config-rofi-Beats.rasi index 5c6e31b..4d68818 100644 --- a/config/rofi/resolution/1440p/config-rofi-Beats.rasi +++ b/config/rofi/resolution/1440p/config-rofi-Beats.rasi @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 20%; + width: 500px; + height: 400px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -115,11 +116,11 @@ listview { spacing: 4px; dynamic: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: true; background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/resolution/1440p/config-wallpaper.rasi b/config/rofi/resolution/1440p/config-wallpaper.rasi index b95e46d..d73ee64 100644 --- a/config/rofi/resolution/1440p/config-wallpaper.rasi +++ b/config/rofi/resolution/1440p/config-wallpaper.rasi @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + height: 450px; x-offset: 0px; y-offset: 0px; spacing: 0px; diff --git a/config/rofi/resolution/1440p/config-waybar-layout.rasi b/config/rofi/resolution/1440p/config-waybar-layout.rasi index 1b9a759..40059b8 100644 --- a/config/rofi/resolution/1440p/config-waybar-layout.rasi +++ b/config/rofi/resolution/1440p/config-waybar-layout.rasi @@ -22,7 +22,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + height: 800px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -107,7 +108,7 @@ entry { listview { enabled: true; columns: 1; - lines: 16; + lines: 15; spacing: 4px; dynamic: true; cycle: true; @@ -115,8 +116,8 @@ listview { layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; - background-color: transparent; + fixed-columns: true; + background-color: transparent; border-radius: 10px; } diff --git a/config/rofi/resolution/1440p/config-waybar-style.rasi b/config/rofi/resolution/1440p/config-waybar-style.rasi index e419ab1..53e0870 100644 --- a/config/rofi/resolution/1440p/config-waybar-style.rasi +++ b/config/rofi/resolution/1440p/config-waybar-style.rasi @@ -22,7 +22,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + height: 800px; x-offset: 0px; y-offset: 0px; spacing: 0px; diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index 86492df..5293bec 100644 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 35%; + width: 800px; + height: 450px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -135,7 +136,7 @@ button selected { listview { enabled: true; columns: 1; - lines: 9; + lines: 8; spacing: 4px; dynamic: true; cycle: true; @@ -143,7 +144,7 @@ listview { layout: vertical; reverse: false; fixed-height: true; - fixed-columns: false; + fixed-columns: true; background-color: transparent; border-radius: 10px; }