diff --git a/i3/config b/i3/config index f000f9a..71f6108 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 -p "╔═[ SELECT PROGRAM ]═╗" +bindsym $mod+d exec rofi -modi drun,run -show drun -p ":>" -run-shell-command 'kitty' -e tcsh -ic "{cmd} && read" # change focus bindsym $mod+j focus left @@ -137,6 +137,8 @@ client.focused $accent $accent $fg solid client.unfocused $bg $bg $fg solid client.urgent $urgent $urgent $fg solid +exec polybar + bar { colors { background $bg diff --git a/rofi/powermenu.sh b/rofi/powermenu.sh index fd6a258..e055be0 100755 --- a/rofi/powermenu.sh +++ b/rofi/powermenu.sh @@ -2,7 +2,7 @@ options="Lock\nLogout\nShutdown\nReboot\nCancel" chosen=$(echo -e "$options" | rofi -dmenu \ - -p "╔═[ POWER MENU ]═╗" \ + -p ":>" \ -lines 5) case "$chosen" in