aboutsummaryrefslogtreecommitdiff
path: root/dot.config-polybar-config
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2020-02-27 12:17:03 +0100
committerThomas Schneider <qsx@chaotikum.eu>2020-02-27 12:17:03 +0100
commit462f6f28c548b0d738e44c6c577f90927724cf2a (patch)
tree2477c142f43f11ba294d912a898bdccad4b9fc84 /dot.config-polybar-config
parent58240e77e204919e7ddd48b6b162dfe9fd66dd1e (diff)
Update Polybar config
Diffstat (limited to 'dot.config-polybar-config')
-rw-r--r--dot.config-polybar-config17
1 files changed, 10 insertions, 7 deletions
diff --git a/dot.config-polybar-config b/dot.config-polybar-config
index 5b40172..0135a3f 100644
--- a/dot.config-polybar-config
+++ b/dot.config-polybar-config
@@ -1,13 +1,16 @@
+# -*- conf -*-
[colors]
background = #222
background-alt = #444
foreground = #dfdfdf
-foreground-alt = #555
+#foreground-alt = #555
+foreground-alt = #00ff00
primary = #ffb52a
secondary = #e60053
alert = #bd2c40
[bar/top]
+monitor = eDP-1
width = 100%
height = 30
radius = 6.0
@@ -25,7 +28,7 @@ border-size = 4
border-color = #00000000
padding-left = 0
-padding-right = 2
+padding-right = 1
module-margin-left = 0
module-margin-right = 1
@@ -36,7 +39,7 @@ font-2 = "Noto Emoji:size=8;0"
modules-left = i3
modules-center = mpd
-modules-right = filesystem pulseaudio xkeyboard memory cpu wlan eth backlight-acpi battery temperature date
+modules-right = pulseaudio xkeyboard memory cpu wlan eth backlight-acpi battery temperature date
tray-position = right
tray-padding = 0
@@ -177,11 +180,11 @@ format-disconnected =
type = internal/date
interval = 1
-date =
-date-alt = " %Y-%m-%d"
+date-alt =
+date = " %Y-%m-%d"
-time = %H:%M
-time-alt = %H:%M:%S
+time-alt = %H:%M
+time = %H:%M:%S
format-prefix = 
format-prefix-foreground = ${colors.foreground-alt}