From 7d47c78928a70d2a6c9ff1aa6170c09eb7215a27 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Wed, 8 Feb 2023 13:40:23 -0600 Subject: Polybar path changes, dpi, sxhkd changes --- .config/polybar/modules.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/polybar/modules.ini') diff --git a/.config/polybar/modules.ini b/.config/polybar/modules.ini index b286b08..2d30ff9 100644 --- a/.config/polybar/modules.ini +++ b/.config/polybar/modules.ini @@ -378,7 +378,7 @@ interval = 1.0 date = %A, %d %B ; Optional time format -time = %I:%M %p +time = %d %b, %I:%M %p ; if `date-alt` or `time-alt` is defined, clicking ; the module will toggle between formats @@ -749,7 +749,7 @@ toggle-off-foreground = ${color.red} ; If you use both a wired and a wireless network, just add 2 module definitions. For example [module/wired-network] type = internal/network -interface = eth0 +interface = enp6s0 [module/wireless-network] type = internal/network -- cgit