diff --git a/i3/config b/i3/config index 3a2c07a..65744cc 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 rofi -combi-modi window,drun -show combi -p ":>" +bindsym $mod+d exec --no-startup-id rofi -show drun -p ":>" # change focus bindsym $mod+j focus left diff --git a/rofi/config.rasi b/rofi/config.rasi index 069d118..5b9d610 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -1,8 +1,7 @@ -@theme "ayu-retro" - configuration { font: "Iosevka SS14 12"; - show-icons: false; - modi: "drun,run"; + show-icons: true; } + +@theme "ayu-retro" diff --git a/rofi/powermenu.sh b/rofi/powermenu.sh index e055be0..6dbea6b 100755 --- a/rofi/powermenu.sh +++ b/rofi/powermenu.sh @@ -2,8 +2,7 @@ options="Lock\nLogout\nShutdown\nReboot\nCancel" chosen=$(echo -e "$options" | rofi -dmenu \ - -p ":>" \ - -lines 5) + -p ":>" -show power -lines 5) case "$chosen" in *Lock) i3lock -c 000000 ;; diff --git a/rofi/themes/ayu-retro.rasi b/rofi/themes/ayu-retro.rasi index 8f4a2e9..3c49e8d 100644 --- a/rofi/themes/ayu-retro.rasi +++ b/rofi/themes/ayu-retro.rasi @@ -37,7 +37,7 @@ } window { - height: 10em; + height: 6em; width: 30em; location: north; anchor: north; @@ -72,7 +72,7 @@ mainbox { listview { padding: 0em 0.4em 0em 1em; dynamic: false; - lines: 0; + lines: 5; } element-text {