mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update zsh, bspwm
This commit is contained in:
parent
1be1c9c53e
commit
c4d54758ef
7 changed files with 31 additions and 36 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
killall -q polybar
|
||||
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
|
||||
polybar -c ~/.config/bspwm/polybar/polybar min&
|
||||
#polybar -c ~/.config/bspwm/polybar/polybar bar&
|
||||
#polybar -c ~/.config/bspwm/polybar/polybar min&
|
||||
polybar -c ~/.config/bspwm/polybar/polybar bar&
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
[settings]
|
||||
enable-ipc = true
|
||||
format-padding = 1
|
||||
screenchange-reload = true
|
||||
pseudo-transparency = true
|
||||
;screenchange-reload = true
|
||||
;pseudo-transparency = true
|
||||
|
||||
[colors]
|
||||
background = #262A2B
|
||||
|
|
@ -34,6 +34,7 @@ fixed-center = true
|
|||
background = ${colors.background}
|
||||
foreground = ${colors.foreground}
|
||||
wm-restack = bspwm
|
||||
override-redirect = true
|
||||
font-0 = Iosevka Nerd Font:style=Medium:size=8;3
|
||||
font-1 = FontAwesome5Free:style=Solid:size=7.5;2.5
|
||||
modules-left = bspwm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue