From c43f28aaa0f24bb442810ccebca03e2376998048 Mon Sep 17 00:00:00 2001 From: Xander Swan Date: Wed, 3 Dec 2025 10:00:41 -0500 Subject: Change font --- .config/polybar/config.ini | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to '.config/polybar') 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} -- cgit v1.3-2-g0d8e