commit after desktop install with small changes and updates
This commit is contained in:
@@ -65,7 +65,7 @@ fixed-center = true
|
||||
; the percentage can optionally be extended with a pixel offset like so:
|
||||
; 50%:-10, this will result in a width or height of 50% minus 10 pixels
|
||||
width = 100%
|
||||
height = 25
|
||||
height = 23
|
||||
|
||||
; Offset defined as pixel value (e.g. 35) or percentage (e.g. 50%)
|
||||
; the percentage can optionally be extended with a pixel offset like so:
|
||||
@@ -121,8 +121,8 @@ padding = 0
|
||||
; Number of spaces to add before/after each module
|
||||
; Individual side values can be defined using:
|
||||
; module-margin-{left,right}
|
||||
module-margin-left = 2
|
||||
module-margin-right = 2
|
||||
module-margin-left = 0
|
||||
module-margin-right = 1
|
||||
|
||||
; Fonts are defined using <font-name>;<vertical-offset>
|
||||
; Font names are specified using a fontconfig pattern.
|
||||
@@ -135,7 +135,7 @@ module-margin-right = 2
|
||||
;;font-0 = "Misc Termsyn:size=12;1"
|
||||
;;font-1 = "Wuncon Siji:size=12;1"
|
||||
|
||||
font-0 = "Ubuntu Condensed:size=13;2"
|
||||
font-0 = "MesloLGS NF:size=10;2"
|
||||
font-1 = "icomoon\-feather:size=13;2"
|
||||
font-2 = "xos4 Terminus:size=12;1"
|
||||
|
||||
@@ -160,12 +160,12 @@ font-2 = "xos4 Terminus:size=12;1"
|
||||
;cpu_bar memory_bar filesystem_bar mpd_bar
|
||||
;volume brightness battery_bar
|
||||
|
||||
modules-left = workspaces cpu memory temperature filesystem
|
||||
modules-left = cpu cpu_temp memory filesystem
|
||||
modules-center = title
|
||||
modules-right = pulseaudio mic_status network battery date
|
||||
modules-right = pulseaudio mic_status network public_ip battery date
|
||||
|
||||
; The separator will be inserted between the output of each module
|
||||
separator = |
|
||||
separator =
|
||||
|
||||
; This value is used to add extra spacing between elements
|
||||
; @deprecated: This parameter will be removed in an upcoming version
|
||||
|
||||
Reference in New Issue
Block a user