Removed hardcoded colon from rofi prompt
This commit is contained in:
parent
cb44890c3d
commit
40ae8fa74b
5 changed files with 20 additions and 14 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue