diff options
author | Aaditya Dhruv <[email protected]> | 2023-02-08 13:40:23 -0600 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2023-02-08 13:40:23 -0600 |
commit | 7d47c78928a70d2a6c9ff1aa6170c09eb7215a27 (patch) | |
tree | 3354731b36649d241680388f18d023e33c41bdda /.config/polybar/modules.ini | |
parent | dfc681ee304f37de3121176e5cdc03d9e9bf502d (diff) |
Polybar path changes, dpi, sxhkd changes
Diffstat (limited to '.config/polybar/modules.ini')
-rw-r--r-- | .config/polybar/modules.ini | 4 |
1 files changed, 2 insertions, 2 deletions
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 |