diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | c43f28aaa0f24bb442810ccebca03e2376998048 (patch) | |
| tree | c8ee8d1f5bdb828f27a8146390d41a9599e7058b /.config/polybar/config.ini | |
| parent | 84da9404f1a0362b9a1e2e45ec79a172f4be57ea (diff) | |
Change font
Diffstat (limited to '.config/polybar/config.ini')
| -rw-r--r-- | .config/polybar/config.ini | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index f444bac..90abf2b 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -49,9 +49,9 @@ bottom = true separator = : separator-foreground = ${colors.disabled} -font-0 = JetBrainsMono Nerd Font;2 +font-0 = MartianMono Nerd Font:size=11:weight=Medium;1 -modules-left = xworkspaces +modules-left = user xworkspaces modules-center = xwindow modules-right = pulseaudio memory cpu date time @@ -60,6 +60,12 @@ cursor-scroll = ns-resize enable-ipc = true +[module/user] +type = custom/script +exec = "echo `whoami`@`hostname`" + +label-foreground = ${colors.primary} + [module/systray] type = internal/tray @@ -146,10 +152,10 @@ label-connected = %{F#FFFFFF}%ifname%%{F-} %essid% [module/time] type = internal/date -interval = 10 +interval = 1 time = %I:%M%p -time-alt = %H:%M +time-alt = %H:%M:%S label = %time% label-foreground = ${colors.primary} |
