diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-06-03 21:16:32 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-06-03 21:16:32 +0900 |
| commit | 7debb1a722465d7a36b6d13c36d398be99f3388b (patch) | |
| tree | 6b2a7b30a60d01832cc6e5283786983b3675757a /config/rofi | |
| parent | e1f86f3a30746979afc40f39d9bca31bdb884e32 (diff) | |
updated wallpaper effects
Diffstat (limited to 'config/rofi')
| -rw-r--r-- | config/rofi/config-wallpaper-effect.rasi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/rofi/config-wallpaper-effect.rasi b/config/rofi/config-wallpaper-effect.rasi index 0a91915c..bd5948c9 100644 --- a/config/rofi/config-wallpaper-effect.rasi +++ b/config/rofi/config-wallpaper-effect.rasi @@ -1,7 +1,7 @@ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* Wallpaper Effects */ -@import "~/.config/rofi/config-compact.rasi" +@import "~/.config/rofi/config.rasi" /* ---- Entry ---- */ entry { @@ -17,8 +17,8 @@ window { /* ---- Listview ---- */ listview { fixed-columns: false; - colums: 1; - lines: 5; + colums: 2; + lines: 7; } /* ---- Inputbar ---- */ |
