This commit is contained in:
fatmeat 2025-05-11 19:26:58 +02:00
parent 39526588cf
commit d6a40b0a31
4 changed files with 7 additions and 9 deletions

View File

@ -13,7 +13,7 @@ tiling_drag modifier
#exec base #exec base
bindsym $mod+Return exec kitty bindsym $mod+Return exec kitty
bindsym $mod+Shift+q kill 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 # change focus
bindsym $mod+j focus left bindsym $mod+j focus left

View File

@ -1,8 +1,7 @@
@theme "ayu-retro"
configuration { configuration {
font: "Iosevka SS14 12"; font: "Iosevka SS14 12";
show-icons: false; show-icons: true;
modi: "drun,run";
} }
@theme "ayu-retro"

View File

@ -2,8 +2,7 @@
options="Lock\nLogout\nShutdown\nReboot\nCancel" options="Lock\nLogout\nShutdown\nReboot\nCancel"
chosen=$(echo -e "$options" | rofi -dmenu \ chosen=$(echo -e "$options" | rofi -dmenu \
-p ":>" \ -p ":>" -show power -lines 5)
-lines 5)
case "$chosen" in case "$chosen" in
*Lock) i3lock -c 000000 ;; *Lock) i3lock -c 000000 ;;

View File

@ -37,7 +37,7 @@
} }
window { window {
height: 10em; height: 6em;
width: 30em; width: 30em;
location: north; location: north;
anchor: north; anchor: north;
@ -72,7 +72,7 @@ mainbox {
listview { listview {
padding: 0em 0.4em 0em 1em; padding: 0em 0.4em 0em 1em;
dynamic: false; dynamic: false;
lines: 0; lines: 5;
} }
element-text { element-text {