From 60f20eb5c89a89531769dac00e03cf2aa0c33386 Mon Sep 17 00:00:00 2001 From: fatmeat Date: Sun, 11 May 2025 19:42:45 +0200 Subject: [PATCH] aedf --- i3/config | 2 +- rofi/launch.sh | 1 + rofi/themes/ayu-retro.rasi | 5 ----- 3 files changed, 2 insertions(+), 6 deletions(-) create mode 100644 rofi/launch.sh diff --git a/i3/config b/i3/config index 79b7d0b..084b7d8 100644 --- a/i3/config +++ b/i3/config @@ -13,7 +13,7 @@ tiling_drag modifier #exec base bindsym $mod+Return exec kitty bindsym $mod+Shift+q kill -bindsym $mod+d exec --no-startup-id "rofi -show drun" +bindsym $mod+d exec --no-startup-id ~/.config/rofi/powermenu.sh # change focus bindsym $mod+j focus left diff --git a/rofi/launch.sh b/rofi/launch.sh new file mode 100644 index 0000000..54bedce --- /dev/null +++ b/rofi/launch.sh @@ -0,0 +1 @@ +rofi -show drun -p ":> /" -theme "ayu-retro" diff --git a/rofi/themes/ayu-retro.rasi b/rofi/themes/ayu-retro.rasi index 1e24c49..3517aa8 100644 --- a/rofi/themes/ayu-retro.rasi +++ b/rofi/themes/ayu-retro.rasi @@ -37,11 +37,6 @@ highlight: bold #ffffff; } -prompt { - enabled: true; - text: ":> /"; -} - window { height: 10em; width: 30em;