mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update berry, i3, neofetch config & add ip scripts
This commit is contained in:
parent
4f7f44d7f4
commit
e6bd4f6c12
11 changed files with 85 additions and 120 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
killall -q polybar
|
||||
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
|
||||
polybar -c ~/.config/berry/polybar/polybar top &
|
||||
polybar -c ~/.config/berry/polybar/polybar bom &
|
||||
#polybar -c ~/.config/berry/polybar/polybar top &
|
||||
#polybar -c ~/.config/berry/polybar/polybar bom &
|
||||
polybar -c ~/.config/berry/polybar/polybar bar &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue