reorganize to use stow to manage configs, remove fish and stumpwm configs
This commit is contained in:
51
bspwm/.config/polybar/config
Normal file
51
bspwm/.config/polybar/config
Normal file
@ -0,0 +1,51 @@
|
||||
[colors]
|
||||
background = ${xrdb:polybar.background:#1a343a}
|
||||
foreground = ${xrdb:polybar.foreground:#f2f6e1}
|
||||
active = ${xrdb:polybar.active:#3585ce}
|
||||
urgent = ${xrdb:polybar.urgent:#9b0640}
|
||||
empty = ${xrdb:polybar.empty:#808080}
|
||||
|
||||
[bar/panel]
|
||||
monitor = ${env:MONITOR:}
|
||||
modules-left = bspwm xwindow
|
||||
modules-right = mpd date
|
||||
wm-restack = bspwm
|
||||
enable-ipc = true
|
||||
font-0 = ${xrdb:polybar.font:Iosevka:pixelsize=23:antialias=true:autohint=true;5}
|
||||
height = ${xrdb:polybar.height:40}
|
||||
background = ${colors.background}
|
||||
foreground = ${colors.foreground}
|
||||
padding-left = 2
|
||||
padding-right = 2
|
||||
module-margin-left = 1
|
||||
module-margin-right = 1
|
||||
line-size = 0
|
||||
|
||||
[module/bspwm]
|
||||
type = internal/bspwm
|
||||
label-focused = %name%
|
||||
label-occupied = %name%
|
||||
label-urgent = %name%
|
||||
label-empty = %name%
|
||||
label-focused-padding = 1
|
||||
label-occupied-padding = 1
|
||||
label-urgent-padding = 1
|
||||
label-empty-padding = 1
|
||||
label-focused-background = ${colors.active}
|
||||
label-urgent-background = ${colors.urgent}
|
||||
label-empty-foreground = ${colors.empty}
|
||||
|
||||
[module/xwindow]
|
||||
type = internal/xwindow
|
||||
label = %title%
|
||||
|
||||
[module/mpd]
|
||||
type = internal/mpd
|
||||
format-online = <label-song>
|
||||
label-song-maxlen = 70
|
||||
label-song-ellipsis = true
|
||||
|
||||
[module/date]
|
||||
type = internal/date
|
||||
time = %H:%M
|
||||
label = %time%
|
Reference in New Issue
Block a user