polybar font and less modules
This commit is contained in:
parent
8a76aa3178
commit
e60b7c6e17
|
@ -59,7 +59,7 @@ height = 27
|
|||
;offset-y = 1%
|
||||
radius = 7
|
||||
fixed-center = false
|
||||
separator = |
|
||||
separator =
|
||||
|
||||
background = ${colors.background}
|
||||
foreground = ${colors.foreground}
|
||||
|
@ -76,7 +76,8 @@ padding-right = 3px
|
|||
module-margin-left = 1
|
||||
module-margin-right = 2
|
||||
|
||||
font-0 = fixed:pixelsize=10;1
|
||||
;font-0 = fixed:pixelsize=10;1
|
||||
font-0 = FuraMono Nerd Font:pixelsize=12
|
||||
font-1 = Source Han Sans JP,源ノ角ゴシック JP:style=Regular
|
||||
font-2 = NotoSansMono Nerd Font:style=Regular
|
||||
font-3 = FontAwesome6Free
|
||||
|
@ -84,10 +85,10 @@ font-4 = FontAwesome5Free
|
|||
|
||||
modules-left = i3 title
|
||||
modules-center =
|
||||
modules-right = pacman finance memory cpu filesystem wireless-network weather date
|
||||
modules-right = pacman memory cpu filesystem weather wireless-network date
|
||||
|
||||
tray-position = right
|
||||
tray-padding = 2
|
||||
tray-padding = 0
|
||||
scroll-down = i3wm-wsprev
|
||||
|
||||
cursor-click = pointer
|
||||
|
@ -146,7 +147,8 @@ label-urgent-padding = 2
|
|||
[module/date]
|
||||
type = internal/date
|
||||
interval = 1.0
|
||||
date = %{A1:alacritty -e calcurse:} %A, %B %d, %Y %I:%M:%S %p %{A}
|
||||
;date = %{A1:alacritty -e calcurse:} %A, %B %d, %Y %I:%M:%S %p %{A}
|
||||
date = %{A1:alacritty -e calcurse:} %b %d %I:%M:%S %p %{A}
|
||||
format-prefix = 📅
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
|
||||
|
@ -192,7 +194,7 @@ format-prefix-foreground = ${colors.foreground-alt}
|
|||
type = internal/network
|
||||
interface = wlan0
|
||||
interval = 10
|
||||
label-connected = %essid% %signal%% %local_ip%
|
||||
label-connected = %essid% %signal%%
|
||||
format-background = #444444
|
||||
format-connected-prefix =
|
||||
format-connected-prefix-foreground = ${colors.foreground-alt}
|
||||
|
|
Loading…
Reference in New Issue