diff options
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} |
