aboutsummaryrefslogtreecommitdiff
path: root/coruscant.config-waybar-local.conf
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2022-02-18 22:38:05 +0100
committerThomas Schneider <qsx@chaotikum.eu>2022-02-18 22:44:54 +0100
commit59af744246f38fb3c1cba33d06e680d29f866abd (patch)
tree9abcf97d100c48595135f4ef3f383c9b1c1db55d /coruscant.config-waybar-local.conf
parentb38167526f773e2ee8209541323cb5d6126963f1 (diff)
Separate host-specific config with files or inline
Diffstat (limited to 'coruscant.config-waybar-local.conf')
-rw-r--r--coruscant.config-waybar-local.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/coruscant.config-waybar-local.conf b/coruscant.config-waybar-local.conf
new file mode 100644
index 0000000..1c1e0be
--- /dev/null
+++ b/coruscant.config-waybar-local.conf
@@ -0,0 +1,22 @@
+{
+ "height": 12,
+ "tray": {
+ "icon-size": 10
+ },
+ "clock": {
+ "format": "{:%Y-%m-%d %T}",
+ "format-alt": "{:%T}"
+ },
+ "modules-right": [
+ "idle_inhibitor",
+ "pulseaudio",
+ "network",
+ "cpu",
+ "memory",
+ "temperature",
+ "backlight",
+ "battery",
+ "clock",
+ "tray"
+ ]
+}