diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2022-02-18 22:38:05 +0100 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2022-02-18 22:44:54 +0100 |
| commit | 59af744246f38fb3c1cba33d06e680d29f866abd (patch) | |
| tree | 9abcf97d100c48595135f4ef3f383c9b1c1db55d /naboo.config-waybar-local.conf | |
| parent | b38167526f773e2ee8209541323cb5d6126963f1 (diff) | |
Separate host-specific config with files or inline
Diffstat (limited to 'naboo.config-waybar-local.conf')
| -rw-r--r-- | naboo.config-waybar-local.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/naboo.config-waybar-local.conf b/naboo.config-waybar-local.conf new file mode 100644 index 0000000..1f4d455 --- /dev/null +++ b/naboo.config-waybar-local.conf @@ -0,0 +1,21 @@ +{ + "height": 16, + "tray": { + "icon-size": 16 + }, + "clock": { + "format": "{:%Y-%m-%d %T}", + "format-alt": "{:%T}" + }, + "modules-right": [ + "idle_inhibitor", + "pulseaudio", + "network", + "cpu", + "memory", + "temperature", + "backlight", + "clock", + "tray" + ] +} |
