From 13c2c87c0ecbaf83e41be5062bc9d4681ff1dbab Mon Sep 17 00:00:00 2001 From: yutent Date: Sun, 9 Jul 2023 09:25:05 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96rofi=E4=B8=BB=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/config/rofi/colors.rasi | 7 +++++-- home/config/rofi/confirm.rasi | 16 ++++++++-------- home/config/rofi/launcher.rasi | 4 ++-- home/config/rofi/powermenu.rasi | 4 ++-- 4 files changed, 17 insertions(+), 14 deletions(-) diff --git a/home/config/rofi/colors.rasi b/home/config/rofi/colors.rasi index cb67265..7086c80 100644 --- a/home/config/rofi/colors.rasi +++ b/home/config/rofi/colors.rasi @@ -4,8 +4,9 @@ padding: 0; spacing: 0; - bg: #282a3680; + bg: #39404f80; fg: #f8f8f2; + dark: #39404f; blue: #81a1c1; green: #a3be8c; grey: #ffffff10; @@ -15,4 +16,6 @@ background-color: @bg; text-color: @fg; -} \ No newline at end of file + + font: "Menlo 9"; +} diff --git a/home/config/rofi/confirm.rasi b/home/config/rofi/confirm.rasi index 7bbf453..c3123bf 100644 --- a/home/config/rofi/confirm.rasi +++ b/home/config/rofi/confirm.rasi @@ -9,17 +9,17 @@ configuration { window { - transparency: "real"; - width: 300px; - border-radius: 10px; - background-color: @bg; + transparency: "real"; + width: 360px; + border-radius: 4px; + background-color: @bg; } mainbox { - padding: 24px; - background-color: transparent; - children: [ "inputbar", "listview" ]; + padding: 24px; + background-color: transparent; + children: [ "inputbar", "listview" ]; } inputbar { @@ -79,4 +79,4 @@ element selected.urgent { } element selected.normal { background-color: @green; -} \ No newline at end of file +} diff --git a/home/config/rofi/launcher.rasi b/home/config/rofi/launcher.rasi index fd41bd7..30662f4 100644 --- a/home/config/rofi/launcher.rasi +++ b/home/config/rofi/launcher.rasi @@ -41,7 +41,7 @@ configuration { window { transparency: "real"; width: 720px; - border-radius: 6px; + border-radius: 4px; background-color: @bg; } @@ -106,4 +106,4 @@ element selected { } element-text selected { text-color: #ffffff; -} \ No newline at end of file +} diff --git a/home/config/rofi/powermenu.rasi b/home/config/rofi/powermenu.rasi index 4c734af..5c95005 100644 --- a/home/config/rofi/powermenu.rasi +++ b/home/config/rofi/powermenu.rasi @@ -10,7 +10,7 @@ configuration { window { transparency: "real"; width: 600px; - border-radius: 10px; + border-radius: 4px; background-color: @bg; } @@ -91,4 +91,4 @@ element selected.urgent { } element selected.normal { background-color: @green; -} \ No newline at end of file +}