Time & date on polybar

lightmode
E. Almqvist 3 years ago
parent a4e6934d99
commit 885d72d050
  1. 22
      .config/polybar/config

@ -31,36 +31,36 @@ cyan = #449dab
white = #787c99 white = #787c99
[global/wm] [global/wm]
margin-top = 20 # margin-top = 0
margin-bottom = 20 # margin-bottom = 0
[bar/top] [bar/top]
font-0 = "Fira Code:pixelsize=9#1" font-0 = "Fira Code:pixelsize=9;1"
font-1 = "siji:pixelsize=12#1" font-1 = "siji:pixelsize=12;1"
font-2 = "Font Awesome 5 Free Regular:size=12;1" font-2 = "Font Awesome 5 Free Regular:size=12;1"
font-3 = "Font Awesome 5 Free Solid:size=12;1" font-3 = "Font Awesome 5 Free Solid:size=12;1"
font-4 = "Font Awesome 5 Brands Regular:size=12;1" font-4 = "Font Awesome 5 Brands Regular:size=12;1"
monitor = ${env:MONITOR} monitor = ${env:MONITOR}
fixed-center = true # fixed-center = true
override-redirect = false # override-redirect = true
width = 100% width = 100%
height = 24 height = 16
bottom = 1 bottom = 1
background = ${colors.background} background = ${colors.background}
foreground = ${colors.foreground} foreground = ${colors.foreground}
padding-left = 16 padding-left = 8
padding-right = 16 padding-right = 8
module-margin = 1 module-margin = 1
modules-left = dwm title modules-left = dwm title
modules-center = cmus modules-center = time
modules-right = pulseaudio wlan kernel battery date modules-right = cmus pulseaudio wlan battery date
################################################# #################################################
# MODULES # # MODULES #

Loading…
Cancel
Save