diff options
| author | eric.marin <maarin.eric@gmail.com> | 2025-09-07 21:17:26 +0200 |
|---|---|---|
| committer | eric.marin <maarin.eric@gmail.com> | 2025-09-08 12:03:27 +0200 |
| commit | ab6d61c5fc5f8adebd46691f94cf35c32ae631db (patch) | |
| tree | 20c5bfde9157d0e840ab53fc5059c592656f9eac /wallust/templates/rofi-applauncher | |
| parent | e958146735f214509d3996a21a1adfb950e415b8 (diff) | |
| download | dotfiles-ab6d61c5fc5f8adebd46691f94cf35c32ae631db.tar.gz dotfiles-ab6d61c5fc5f8adebd46691f94cf35c32ae631db.zip | |
changed a bunch of things
updated the Wallpaper Menu and adjusted other things
Diffstat (limited to 'wallust/templates/rofi-applauncher')
| -rw-r--r-- | wallust/templates/rofi-applauncher | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wallust/templates/rofi-applauncher b/wallust/templates/rofi-applauncher index a1ab13d..b81a204 100644 --- a/wallust/templates/rofi-applauncher +++ b/wallust/templates/rofi-applauncher @@ -9,14 +9,15 @@ configuration { * { background-color: {{background}}; color: {{foreground}}; + font: "Hack Nerd Font 10"; } window { location: north west; anchor: center; - width: 580; + width: 598; y-offset: -22; - x-offset: 260; - padding: 3 5 3 5; + x-offset: 251; + padding: 3 5 3 3; } mainbox { orientation: horizontal; @@ -32,7 +33,6 @@ listview { layout: horizontal; } element-text { - font: "Hack Nerd Font 10"; color: inherit; } element selected { |
