diff options
| author | Robert Günzler <r@gnzler.io> | 2020-07-21 13:14:17 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-07-21 13:14:17 +0200 |
| commit | c66b664c987efd14ef256ed1a9b87f888f2defd2 (patch) | |
| tree | 4ceaa02578537dabb7b4739fea55f1ddfd314217 /.config/waybar/config | |
| parent | 763ca33ca082346ab8ef558efe0439304f8ef63c (diff) | |
waybar: rework redshift module
Diffstat (limited to '.config/waybar/config')
| -rw-r--r-- | .config/waybar/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/waybar/config b/.config/waybar/config index 0a96687..0edd528 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -138,6 +138,11 @@ "interval": 30 }, "custom/redshift": { + "format": "{icon}", + "format-icons": { + "day": "", + "night": "" + }, "exec-if": "pgrep redshift", "exec": "$HOME/.config/waybar/modules/waybar-redshift", "return-type": "json", |