Removed hardcoded colon from rofi prompt

This commit is contained in:
agryphus 2023-11-17 17:43:02 -05:00
parent cb44890c3d
commit 40ae8fa74b
5 changed files with 20 additions and 14 deletions

View file

@ -1,9 +1,5 @@
#!/usr/bin/env sh
layout=`autorandr | rofi -dmenu -i -p "Select layout" | awk '{print $1}'`
autorandr $layout
feh --bg-scale --no-fehbg "$HOME/.config/wallpaper"
# echo "dwm.accent: $(color-picker $WALLPAPER)" > /tmp/dwm_accent
# xrdb -override -merge /tmp/dwm_accent
# rm /tmp/dwm_accent
# kill -HUP $(pidof dwm)
layout=`autorandr | rofi -dmenu -i -p "Select layout:" | awk '{print $1}'`
autorandr $layout