Minor changes.

This commit is contained in:
Derek Taylor
2019-01-18 19:39:41 -06:00
parent 169ea6b268
commit 7ca56f19fd
4 changed files with 61 additions and 99 deletions

View File

@@ -371,13 +371,13 @@ monitor = ${env:MONITOR}
monitor-strict = false
override-redirect = false
width = 100%
height = 30
height = 20
;offset-x = 1%
;offset-y = 1%
radius = 0.0
fixed-center = true
bottom = false
separator = |
separator =
background = ${colors.background}
foreground = ${colors.foreground}
@@ -392,25 +392,26 @@ line-color = #f00
;border-bottom-size = 25
border-color = #00000000
padding-left = 0
padding-left = 1
padding-right = 1
module-margin-left = 3
module-margin-right = 3
module-margin-left = 0
module-margin-right = 0
; Enable support for inter-process messaging
; See the Messaging wiki page for more details.
enable-ipc = true
;https://github.com/jaagr/polybar/wiki/Fonts
font-0 = "Noto Sans:size=10;0"
font-1 = "FontAwesome:size=13;0"
font-2 = "Noto Sans:size=10;0"
font-3 = "Noto Sans Mono:size=10;0"
font-0 = "UbuntuMono Nerd Font:size=10;2"
font-1 = "UbuntuMono Nerd Font:size=16;3"
font-2 = "Font Awesome 5 Free:style=Regular:pixelsize=8;1"
font-3 = "Font Awesome 5 Free:style=Solid:pixelsize=8;1"
font-4 = "Font Awesome 5 Brands:pixelsize=8;1"
modules-left = ewmh
modules-center = kernel
modules-right = pavolume memory2 cpu2 date
modules-left = ewmh xwindow
modules-center =
modules-right = arrow1 networkspeedup networkspeeddown arrow2 memory2 arrow3 cpu2 arrow4 pavolume arrow5 arch-aur-updates arrow6 date
tray-detached = false
tray-offset-x = 0
@@ -916,36 +917,44 @@ enable-click = true
enable-scroll = true
reverse-scroll = true
;extra icons to choose from
;http://fontawesome.io/cheatsheet/
;       v    
icon-0 = 1;
icon-1 = 2;
icon-2 = 3;
icon-3 = 4;
icon-4 = 5;
#icon-5 = 6;
icon-0 = 1;
icon-1 = 2;
icon-2 = 3;
icon-3 = 4;
icon-4 = 5;
icon-5 = 6;
icon-6 = 7;
icon-7 = 8;
icon-8 = 9;
icon-9 = 10;
icon-default = " "
format = <label-state>
label-monitor = %name%
label-active = %name%
;label-active = %icon% %name%
label-active = %icon%
label-active-foreground = ${colors.foreground}
label-active-background = ${colors.background}
label-active-underline= #6790eb
label-active-padding = 4
label-active-padding = 1
label-occupied = %name%
label-occupied = %icon%
label-occupied-background = ${colors.background}
label-occupied-padding = 2
label-occupied-padding = 1
label-urgent = %name%
label-urgent = %icon%
label-urgent-foreground = ${colors.foreground}
label-urgent-background = ${colors.alert}
label-urgent-underline = ${colors.alert}
label-urgent-padding = 2
label-urgent-padding = 1
label-empty = %name%
label-empty = %icon%
label-empty-foreground = ${colors.foreground}
label-empty-padding = 2
label-empty-padding = 1
format-foreground = ${colors.foreground}
format-background = ${colors.background}