diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2022-02-18 22:47:03 +0100 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2022-02-18 22:47:03 +0100 |
| commit | 7aa3b36e8e43ad0e928eddb60317a77e4bedd0a1 (patch) | |
| tree | bf5dab6ce49324109237c1eb16fdcd7169411e95 /dot.config-polybar-config | |
| parent | 59af744246f38fb3c1cba33d06e680d29f866abd (diff) | |
| parent | 63114f91e90c1601b9ed8adc1344079fe0018aac (diff) | |
Merge branch 'neptun'
Diffstat (limited to 'dot.config-polybar-config')
| -rw-r--r-- | dot.config-polybar-config | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/dot.config-polybar-config b/dot.config-polybar-config index ba7f89d..a554f65 100644 --- a/dot.config-polybar-config +++ b/dot.config-polybar-config @@ -9,12 +9,13 @@ secondary = #e60053 alert = #bd2c40 [bar/top] -monitor = eDP-1 width = 100% -height = 30 -radius = 6.0 +height = 20 +radius = 3.0 fixed-center = false +monitor = HDMI-0 + dpi = -1 background = ${colors.background} @@ -32,13 +33,13 @@ padding-right = 1 module-margin-left = 0 module-margin-right = 1 -font-0 = "Source Code Pro Medium:size=8;1" -font-1 = "Font Awesome 5 Free:size=8;2" -font-2 = "Font Awesome 5 Free Solid:size=8;2" +font-0 = "Source Code Pro Medium:size=11;1" +font-1 = "Font Awesome 5 Free:size=11;2" +font-2 = "Font Awesome 5 Free Solid:size=11;2" modules-left = i3 -modules-center = -modules-right = pulseaudio xkeyboard filesystem memory cpu loadavg wlan eth backlight-acpi battery temperature date +modules-center = mpd +modules-right = pulseaudio xkeyboard filesystem memory cpu loadavg eth temperature date tray-position = right tray-padding = 0 @@ -109,7 +110,7 @@ label-unfocused-padding = 1 ; visible = Active workspace on unfocused monitor label-visible = %index% label-visible-background = ${self.label-focused-background} -label-visible-underline = ${self.label-focused-underline} +label-visible-underline = ${colors.secondary} label-visible-padding = ${self.label-focused-padding} ; urgent = Workspace with urgency hint set @@ -152,7 +153,7 @@ format-disconnected-underline = #9f78e1 [module/eth] type = internal/network -interface = enp0s31f6 +interface = enp6s0 interval = 3.0 format-connected-underline = #55aa55 |
