diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-07-25 23:46:05 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-07-25 23:46:05 +0200 |
| commit | c57e8ab185623510e527400a34d729b313daffc4 (patch) | |
| tree | 7b67d44894255ce4810d8074d68fce88f66d37d0 /config/i3 | |
| parent | 9f004955033387eebf3f58aec2501fba5020f307 (diff) | |
feat(polybar): update polybar style
Diffstat (limited to 'config/i3')
| -rw-r--r-- | config/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/i3/config b/config/i3/config index a7ad9fd..c2b31bb 100644 --- a/config/i3/config +++ b/config/i3/config @@ -550,8 +550,8 @@ exec_always --no-startup-id xrandr --output DP-0 --off --output DP-1 --off --out # Polybar exec_always --no-startup-id killall -q polybar -exec_always --no-startup-id sleep 1 && polybar main -exec_always --no-startup-id sleep 1 && polybar external +exec_always --no-startup-id sleep 1 && sh $HOME/.config/polybar/colorblocks/launch-main.sh +exec_always --no-startup-id sleep 1 && sh $HOME/.config/polybar/colorblocks/launch-external.sh exec_always --no-startup-id killall -q picom exec_always --no-startup-id sleep 3 && picom --config ~/.config/picom/picom.conf |
