From 9e52ccf9ffca7a4ecbb66961bc72bf04c0ddbaa0 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 17 Sep 2024 09:23:04 +0900 Subject: minor adjustment on rofi --- config/rofi/config.rasi | 4 ++-- config/rofi/master-config.rasi | 9 ++++++--- config/rofi/resolution/1080p/config.rasi | 4 ++-- config/rofi/resolution/1080p/master-config.rasi | 9 ++++++--- config/rofi/resolution/1440p/config.rasi | 4 ++-- config/rofi/resolution/1440p/master-config.rasi | 9 ++++++--- 6 files changed, 24 insertions(+), 15 deletions(-) (limited to 'config') diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index e675a843..7efc033d 100755 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -22,9 +22,9 @@ listview { /* ---- Element ---- */ element { orientation: vertical; - padding: 12px; + padding: 12px 0px 0px 0px; spacing: 6px; - border-radius: 20px; + border-radius: 12px; } element-icon { diff --git a/config/rofi/master-config.rasi b/config/rofi/master-config.rasi index f422dc80..816be5d6 100644 --- a/config/rofi/master-config.rasi +++ b/config/rofi/master-config.rasi @@ -175,9 +175,13 @@ element normal.active { } element selected.normal { - background-color: @selected; - text-color: @text-selected; + border: 0px 5px 0px 5px; + border-radius: 16px; + border-color: @selected; + background-color: transparent; + text-color: @selected; } + element selected.urgent { background-color: @urgent; text-color: @text-selected; @@ -202,7 +206,6 @@ element alternate.active { element-icon { background-color: transparent; text-color: inherit; - size: 36px; cursor: inherit; } element-text { diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index e675a843..7efc033d 100755 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -22,9 +22,9 @@ listview { /* ---- Element ---- */ element { orientation: vertical; - padding: 12px; + padding: 12px 0px 0px 0px; spacing: 6px; - border-radius: 20px; + border-radius: 12px; } element-icon { diff --git a/config/rofi/resolution/1080p/master-config.rasi b/config/rofi/resolution/1080p/master-config.rasi index c014a374..cececba7 100644 --- a/config/rofi/resolution/1080p/master-config.rasi +++ b/config/rofi/resolution/1080p/master-config.rasi @@ -175,9 +175,13 @@ element normal.active { } element selected.normal { - background-color: @selected; - text-color: @text-selected; + border: 0px 5px 0px 5px; + border-radius: 16px; + border-color: @selected; + background-color: transparent; + text-color: @selected; } + element selected.urgent { background-color: @urgent; text-color: @text-selected; @@ -202,7 +206,6 @@ element alternate.active { element-icon { background-color: transparent; text-color: inherit; - size: 36px; cursor: inherit; } element-text { diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index 07809fbb..757b96ad 100755 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -28,9 +28,9 @@ listview { /* ---- Element ---- */ element { orientation: vertical; - padding: 12px; + padding: 12px 0px 0px 0px; spacing: 6px; - border-radius: 20px; + border-radius: 12px; } element-icon { diff --git a/config/rofi/resolution/1440p/master-config.rasi b/config/rofi/resolution/1440p/master-config.rasi index 62fba440..80a423da 100644 --- a/config/rofi/resolution/1440p/master-config.rasi +++ b/config/rofi/resolution/1440p/master-config.rasi @@ -175,9 +175,13 @@ element normal.active { } element selected.normal { - background-color: @selected; - text-color: @text-selected; + border: 0px 5px 0px 5px; + border-radius: 16px; + border-color: @selected; + background-color: transparent; + text-color: @selected; } + element selected.urgent { background-color: @urgent; text-color: @text-selected; @@ -202,7 +206,6 @@ element alternate.active { element-icon { background-color: transparent; text-color: inherit; - size: 36px; cursor: inherit; } element-text { -- cgit v1.2.3