From 04e5c7534e5c753bd5354f2ede3aaa97435f0d7e Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 19 Sep 2024 19:20:16 +0900 Subject: new initial wallpaper, rofi tweaked, wallust.toml tweaked --- config/rofi/master-config.rasi | 4 ++-- config/rofi/resolution/1080p/master-config.rasi | 2 +- config/rofi/resolution/1440p/master-config.rasi | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'config/rofi') diff --git a/config/rofi/master-config.rasi b/config/rofi/master-config.rasi index 816be5d6..e0658f66 100644 --- a/config/rofi/master-config.rasi +++ b/config/rofi/master-config.rasi @@ -1,5 +1,5 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Master Config */ +/* Master Config 1080p*/ /* ---- Configuration ---- */ @@ -175,7 +175,7 @@ element normal.active { } element selected.normal { - border: 0px 5px 0px 5px; + border: 1px 6px 1px 6px; border-radius: 16px; border-color: @selected; background-color: transparent; diff --git a/config/rofi/resolution/1080p/master-config.rasi b/config/rofi/resolution/1080p/master-config.rasi index cececba7..e0658f66 100644 --- a/config/rofi/resolution/1080p/master-config.rasi +++ b/config/rofi/resolution/1080p/master-config.rasi @@ -175,7 +175,7 @@ element normal.active { } element selected.normal { - border: 0px 5px 0px 5px; + border: 1px 6px 1px 6px; border-radius: 16px; border-color: @selected; background-color: transparent; diff --git a/config/rofi/resolution/1440p/master-config.rasi b/config/rofi/resolution/1440p/master-config.rasi index 80a423da..19780747 100644 --- a/config/rofi/resolution/1440p/master-config.rasi +++ b/config/rofi/resolution/1440p/master-config.rasi @@ -175,7 +175,7 @@ element normal.active { } element selected.normal { - border: 0px 5px 0px 5px; + border: 1px 6px 1px 6px; border-radius: 16px; border-color: @selected; background-color: transparent; -- cgit v1.2.3 From 90b1dd35f9414b9b88fd09964169a9f0117409ef Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 19 Sep 2024 22:20:28 +0900 Subject: another rofi styling - border --- config/rofi/master-config.rasi | 2 +- config/rofi/resolution/1080p/master-config.rasi | 2 +- config/rofi/resolution/1440p/master-config.rasi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'config/rofi') diff --git a/config/rofi/master-config.rasi b/config/rofi/master-config.rasi index e0658f66..ceea4764 100644 --- a/config/rofi/master-config.rasi +++ b/config/rofi/master-config.rasi @@ -43,7 +43,7 @@ window { transparency: "real"; cursor: "default"; spacing: 0px; - border: 2px; + border: 4px 0px 4px 0px; border-radius: 30px; location: center; anchor: center; diff --git a/config/rofi/resolution/1080p/master-config.rasi b/config/rofi/resolution/1080p/master-config.rasi index e0658f66..ceea4764 100644 --- a/config/rofi/resolution/1080p/master-config.rasi +++ b/config/rofi/resolution/1080p/master-config.rasi @@ -43,7 +43,7 @@ window { transparency: "real"; cursor: "default"; spacing: 0px; - border: 2px; + border: 4px 0px 4px 0px; border-radius: 30px; location: center; anchor: center; diff --git a/config/rofi/resolution/1440p/master-config.rasi b/config/rofi/resolution/1440p/master-config.rasi index 19780747..947870e6 100644 --- a/config/rofi/resolution/1440p/master-config.rasi +++ b/config/rofi/resolution/1440p/master-config.rasi @@ -43,7 +43,7 @@ window { transparency: "real"; cursor: "default"; spacing: 0px; - border: 2px; + border: 4px 0px 4px 0px; border-radius: 30px; location: center; anchor: center; -- cgit v1.2.3