diff options
Diffstat (limited to 'config/rofi')
| -rw-r--r-- | config/rofi/config-clipboard.rasi | 4 | ||||
| -rw-r--r-- | config/rofi/config-wallpaper-effect.rasi | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/rofi/config-clipboard.rasi b/config/rofi/config-clipboard.rasi index 01596ee0..4b6ba384 100644 --- a/config/rofi/config-clipboard.rasi +++ b/config/rofi/config-clipboard.rasi @@ -5,7 +5,7 @@ /* ---- Window ---- */ window { - width: 45%; + width: 50%; } /* ---- Mainbox ---- */ @@ -16,7 +16,7 @@ mainbox { /* ---- Entry ---- */ entry { - width: 42%; + width: 47%; placeholder: " 📋 Search Clipboard "; } diff --git a/config/rofi/config-wallpaper-effect.rasi b/config/rofi/config-wallpaper-effect.rasi index de74747a..6a4dbfe5 100644 --- a/config/rofi/config-wallpaper-effect.rasi +++ b/config/rofi/config-wallpaper-effect.rasi @@ -12,13 +12,13 @@ mainbox { /* ---- Entry ---- */ entry { - width: 20%; + width: 32%; placeholder: " 🏙️ Search / Choose desired wallpaper effect"; } /* ---- Window ---- */ window { - width: 24%; + width: 35%; } /* ---- Listview ---- */ |
