polybar: Config aufgeräumt
This commit is contained in:
parent
85b0d24768
commit
281de0bc1f
1 changed files with 1 additions and 17 deletions
|
@ -21,16 +21,8 @@ alert = #bd2c40
|
||||||
[bar/bar]
|
[bar/bar]
|
||||||
monitor = ${env:MONITOR:}
|
monitor = ${env:MONITOR:}
|
||||||
; launch.sh setzt die Variable damit die Bar auf jedem Monitor erscheint
|
; launch.sh setzt die Variable damit die Bar auf jedem Monitor erscheint
|
||||||
width = 110%
|
|
||||||
height = 27
|
|
||||||
radius = 0.0
|
|
||||||
fixed-center = false
|
|
||||||
background = ${colors.background}
|
background = ${colors.background}
|
||||||
foreground = ${colors.foreground}
|
foreground = ${colors.foreground}
|
||||||
line-size = 3
|
|
||||||
line-color = #f00
|
|
||||||
border-size = 0
|
|
||||||
border-color = #00000000
|
|
||||||
padding-left = 0
|
padding-left = 0
|
||||||
padding-right = 2
|
padding-right = 2
|
||||||
module-margin-left = 1
|
module-margin-left = 1
|
||||||
|
@ -39,17 +31,10 @@ font-0 = fixed:pixelsize=10;1
|
||||||
font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
|
font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
|
||||||
font-2 = siji:pixelsize=10;1
|
font-2 = siji:pixelsize=10;1
|
||||||
modules-left = i3
|
modules-left = i3
|
||||||
modules-right = alsa nightscout_script backlight cpu system-cpu-loadavg memory df battery time powermenu
|
|
||||||
modules-center =
|
modules-center =
|
||||||
|
modules-right = alsa backlight cpu system-cpu-loadavg memory df battery time powermenu
|
||||||
tray-position = right
|
tray-position = right
|
||||||
tray-padding = 2
|
tray-padding = 2
|
||||||
tray-background = #888888
|
|
||||||
;wm-restack = i3
|
|
||||||
;override-redirect = true
|
|
||||||
;scroll-up = i3wm-wsnext
|
|
||||||
;scroll-down = i3wm-wsprev
|
|
||||||
cursor-click = pointer
|
|
||||||
cursor-scroll = ns-resize
|
|
||||||
|
|
||||||
[module/system-cpu-loadavg]
|
[module/system-cpu-loadavg]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
|
@ -255,4 +240,3 @@ screenchange-reload = true
|
||||||
margin-top = 5
|
margin-top = 5
|
||||||
margin-bottom = 5
|
margin-bottom = 5
|
||||||
|
|
||||||
; vim:ft=dosini
|
|
||||||
|
|
Loading…
Reference in a new issue