From 1ac9c396131d0024bc98044b01ffda51331c003e Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 4 May 2024 11:46:59 +0900 Subject: [PATCH] wlogout.sh tweaked better for 1080p small tweak for rofi --- config/hypr/scripts/Wlogout.sh | 4 ++-- config/rofi/config.rasi | 8 ++++---- config/rofi/resolution/1080p/config.rasi | 6 +++--- config/rofi/resolution/1440p/config.rasi | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/config/hypr/scripts/Wlogout.sh b/config/hypr/scripts/Wlogout.sh index f024306..58e1fd6 100755 --- a/config/hypr/scripts/Wlogout.sh +++ b/config/hypr/scripts/Wlogout.sh @@ -8,8 +8,8 @@ A_2160=680 B_2160=750 A_1440=500 B_1440=550 -A_1080=350 -B_1080=350 +A_1080=400 +B_1080=400 A_720=50 B_720=50 diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index a48a7d3..f2353a6 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -5,7 +5,7 @@ configuration { modi: "drun,run,filebrowser"; - font: "Fira Code SemiBold 12"; + font: "Fira Code SemiBold 13"; show-icons: true; display-drun: "Apps"; display-run: "Run"; @@ -49,7 +49,7 @@ window { anchor: center; // Style Values - width: 900px; + width: 1100px; background-color: #00000099; } @@ -129,7 +129,7 @@ mode-switcher{ background-color: transparent; } button { - width: 100px; + width: 110px; padding: 12px; border-radius: 12px; background-color: @background-alt; @@ -199,7 +199,7 @@ element-icon { } element-text { background-color: transparent; - font: "Fira Code SemiBold 15"; + font: "Fira Code SemiBold 16"; text-color: inherit; cursor: inherit; vertical-align: 0.5; diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index b778616..907c7ad 100644 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -5,7 +5,7 @@ configuration { modi: "drun,run,filebrowser"; - font: "Fira Code SemiBold 10"; + font: "Fira Code SemiBold 12"; show-icons: true; display-drun: "Apps"; display-run: "Run"; @@ -129,7 +129,7 @@ mode-switcher{ background-color: transparent; } button { - width: 80px; + width: 95px; padding: 12px; border-radius: 12px; background-color: @background-alt; @@ -199,7 +199,7 @@ element-icon { } element-text { background-color: transparent; - font: "Fira Code SemiBold 12"; + font: "Fira Code SemiBold 14"; text-color: inherit; cursor: inherit; vertical-align: 0.5; diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index a48a7d3..f2353a6 100644 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -5,7 +5,7 @@ configuration { modi: "drun,run,filebrowser"; - font: "Fira Code SemiBold 12"; + font: "Fira Code SemiBold 13"; show-icons: true; display-drun: "Apps"; display-run: "Run"; @@ -49,7 +49,7 @@ window { anchor: center; // Style Values - width: 900px; + width: 1100px; background-color: #00000099; } @@ -129,7 +129,7 @@ mode-switcher{ background-color: transparent; } button { - width: 100px; + width: 110px; padding: 12px; border-radius: 12px; background-color: @background-alt; @@ -199,7 +199,7 @@ element-icon { } element-text { background-color: transparent; - font: "Fira Code SemiBold 15"; + font: "Fira Code SemiBold 16"; text-color: inherit; cursor: inherit; vertical-align: 0.5;