diff options
Diffstat (limited to 'i3wm/.config/polybar')
| -rw-r--r-- | i3wm/.config/polybar/config | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/i3wm/.config/polybar/config b/i3wm/.config/polybar/config index 419ff49..0cda3cf 100644 --- a/i3wm/.config/polybar/config +++ b/i3wm/.config/polybar/config @@ -31,7 +31,7 @@ alert = #bd2c40 monitor = ${env:MONITOR:eDP-1} width = 100% height = 40 -dpi = 156 +dpi = 96 ;offset-x = 1% ;offset-y = 1% radius = 6.0 @@ -82,9 +82,9 @@ modules-right = filesystem backlight pulseaudio xkeyboard memory cpu wlan eth et monitor = ${env:MONITOR:eDP-1} width = 100% height = 40 -dpi = 156 +dpi = 96 ;offset-x = 1% -;offset-y = 0 +offset-y = 50 radius = 6.0 fixed-center = true @@ -335,14 +335,14 @@ label = %percentage_used%% [module/wlan] type = internal/network -interface = wlp13s0 +interface = wlp3s0 interval = 3.0 accumulate-stats = true format-connected-prefix = " " format-connected = <label-connected> format-connected-underline = #9f78e1 -label-connected = %essid% %local_ip% ↓%downspeed% ↑%upspeed% +label-connected = %essid% %local_ip% ↓%downspeed% ↑%upspeed% (%signal%) format-disconnected = ;format-disconnected = <label-disconnected> |
