mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update bin/giti, polybar(for bspwm), vscode
This commit is contained in:
parent
a9d8ac7432
commit
5cc8e020c1
5 changed files with 60 additions and 41 deletions
|
|
@ -1,4 +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 bar&
|
||||
polybar -c ~/.config/bspwm/polybar/polybar min&
|
||||
#polybar -c ~/.config/bspwm/polybar/polybar bar&
|
||||
|
|
|
|||
|
|
@ -27,6 +27,19 @@ modules-right = keyboard pulseaudio archupd wifi-signal
|
|||
tray-position = right
|
||||
tray-padding = 0
|
||||
|
||||
[bar/min]
|
||||
width = 100%
|
||||
height = 24
|
||||
fixed-center = true
|
||||
background = ${colors.background}
|
||||
foreground = ${colors.foreground}
|
||||
wm-restack = bspwm
|
||||
font-0 = Iosevka Nerd Font:style=Medium:size=8;3
|
||||
font-1 = FontAwesome5Free:style=Solid:size=7.5;2.5
|
||||
modules-left = bspwm
|
||||
modules-right = keyboard pulseaudio wifi-signal time
|
||||
tray-position = right
|
||||
|
||||
[module/bspwm]
|
||||
type = internal/bspwm
|
||||
pin-workspaces = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue