diff options
| author | JaKooLit <jimmielovejay.com> | 2024-05-18 18:26:30 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2024-05-18 18:26:30 +0900 |
| commit | 364491709366b195d9fb2ce0ca3bae6e182dbabf (patch) | |
| tree | 9eb23adbb285b7c6c7e07a809df374810ce44831 /config/rofi/resolution | |
| parent | f327c5f6d4fa24ae14ce265ef6995f81df105bcd (diff) | |
some tidying up Rofi Configs
Diffstat (limited to 'config/rofi/resolution')
| -rwxr-xr-x | config/rofi/resolution/1080p/config.rasi | 4 | ||||
| -rwxr-xr-x | config/rofi/resolution/1440p/config.rasi | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/config/rofi/resolution/1080p/config.rasi b/config/rofi/resolution/1080p/config.rasi index 9b699fe4..59576860 100755 --- a/config/rofi/resolution/1080p/config.rasi +++ b/config/rofi/resolution/1080p/config.rasi @@ -8,5 +8,7 @@ configuration { font: "Fira Code SemiBold 12"; } - +element-text { + font: "Fira Code SemiBold 14"; +} diff --git a/config/rofi/resolution/1440p/config.rasi b/config/rofi/resolution/1440p/config.rasi index f95e31a0..b72c1001 100755 --- a/config/rofi/resolution/1440p/config.rasi +++ b/config/rofi/resolution/1440p/config.rasi @@ -1,10 +1,9 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* Main Config 1440p */ -/* ---- Configuration ---- */ - @import "~/.config/rofi/master-config.rasi" +/* ---- Configuration ---- */ configuration { font: "Fira Code SemiBold 13"; } @@ -18,8 +17,6 @@ entry { width: 18%; } - - /* ---- Listview ---- */ listview { lines: 8; |
