diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-09-19 22:20:28 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-09-19 22:20:28 +0900 |
| commit | 90b1dd35f9414b9b88fd09964169a9f0117409ef (patch) | |
| tree | 55daa77af4a2be17816b8c06f22ead72dc16299d | |
| parent | 04e5c7534e5c753bd5354f2ede3aaa97435f0d7e (diff) | |
another rofi styling - border
| -rw-r--r-- | config/rofi/master-config.rasi | 2 | ||||
| -rw-r--r-- | config/rofi/resolution/1080p/master-config.rasi | 2 | ||||
| -rw-r--r-- | config/rofi/resolution/1440p/master-config.rasi | 2 |
3 files changed, 3 insertions, 3 deletions
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; |
