diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2020-04-17 15:42:56 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2020-04-17 15:42:56 +0200 |
| commit | b5b88e84f051aa0b2329a229c98d2e2d7a748ab8 (patch) | |
| tree | 5e9af9aaf7f9afb67ec8aa218a1eb2dd50ded9a7 /dot.config-polybar-config | |
| parent | 6d68935a4580864911ba5745a1551bae9d85801d (diff) | |
| parent | 15435b0f800ba61d955f7ebe54c48a21777f2fb4 (diff) | |
Merge remote-tracking branch 'origin/main' into neptun
Diffstat (limited to 'dot.config-polybar-config')
| -rw-r--r-- | dot.config-polybar-config | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/dot.config-polybar-config b/dot.config-polybar-config index 53d85ec..1f06286 100644 --- a/dot.config-polybar-config +++ b/dot.config-polybar-config @@ -1,8 +1,10 @@ +# -*- conf -*- [colors] background = #222 background-alt = #444 foreground = #dfdfdf -foreground-alt = #555 +#foreground-alt = #555 +foreground-alt = #00ff00 primary = #ffb52a secondary = #e60053 alert = #bd2c40 @@ -27,7 +29,7 @@ border-size = 4 border-color = #00000000 padding-left = 0 -padding-right = 2 +padding-right = 1 module-margin-left = 0 module-margin-right = 1 @@ -179,11 +181,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} |
