move polybar to user runsv service
This commit is contained in:
parent
811a851842
commit
35b1196c04
|
@ -9,10 +9,11 @@ xrandr --output DP-0 --primary --mode 2560x1440 --rate 165.08 --left-of DP-4 --o
|
|||
# Autolaunch
|
||||
|
||||
~/.config/polybar/launch.sh &
|
||||
pgrep -x Discord > /dev/null || Discord &
|
||||
pgrep -x Discord >/dev/null || Discord &
|
||||
pgrep -x steam >/dev/null || steam &
|
||||
|
||||
# $HOME/.config/polybar/launch.sh
|
||||
xsetroot -cursor_name left_ptr &
|
||||
# xsetroot -cursor_name left_ptr &
|
||||
setxkbmap -model evdev -layout eu
|
||||
|
||||
bspc monitor DP-0 -d term browser game code misc
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
svlogd -tt .
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
export DISPLAY=:0
|
||||
|
||||
exec 2>&1
|
||||
polybar primary
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
svlogd -tt .
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
export DISPLAY=:0
|
||||
|
||||
exec 2>&1
|
||||
polybar secondary
|
Loading…
Reference in New Issue