diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2023-12-01 08:39:41 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2023-12-01 08:39:41 +0900 |
| commit | a416fe90405aed1803c302aaaa5dfb6eb9bd5363 (patch) | |
| tree | 2baabc1ef115fc3859c30f6a2bd699da56bfcac1 /config/rofi/config-wallpaper.rasi | |
| parent | d3c3e268b9986584aad2cf286a27143b0babb5fe (diff) | |
rofi width and hieght changed to px
Diffstat (limited to 'config/rofi/config-wallpaper.rasi')
| -rw-r--r-- | config/rofi/config-wallpaper.rasi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi index 5b17e066..d73ee64f 100644 --- a/config/rofi/config-wallpaper.rasi +++ b/config/rofi/config-wallpaper.rasi @@ -4,7 +4,7 @@ /* ---- Configuration ---- */ configuration { modi: "drun,run"; - font: "Fira Code SemiBold 12"; + font: "Fira Code SemiBold 14"; show-icons: true; display-drun: ""; display-run: ""; @@ -24,7 +24,8 @@ configuration { /* ---- Window ---- */ window { - width: 34%; + width: 800px; + height: 450px; x-offset: 0px; y-offset: 0px; spacing: 0px; @@ -50,7 +51,7 @@ mainbox { background-image: url("~/.config/rofi/.current_wallpaper", width); children: [ "imagebox"]; border-radius: 12px; - background-color: @background90; + background-color: @background; } /* ---- Imagebox ---- */ @@ -111,7 +112,7 @@ entry { listview { enabled: true; columns: 2; - lines: 5; + lines: 8; spacing: 4px; dynamic: true; cycle: true; |
