diff options
author | zachir <zachir@librem.one> | 2023-02-26 13:20:33 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-26 13:20:33 -0600 |
commit | 9325826ab135737d80e2f1404c99f5b377f153f9 (patch) | |
tree | 6d3cf3511ecf69bed3b70eda7877a0489b57eabc /waybar/config | |
parent | 294d6edb99e19bc7ea5c633c294b80665a0fe804 (diff) |
move old config to config and config-river
Diffstat (limited to 'waybar/config')
-rw-r--r-- | waybar/config | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/waybar/config b/waybar/config index b271758..6be1ce2 100644 --- a/waybar/config +++ b/waybar/config @@ -2,21 +2,19 @@ "layer": "top", "position": "top", "height": 36, + "output": "%%DISPLAY%%", "spacing": 4, //"margin-top": 5, //"margin-bottom":5, // Choose the order of the modules - "modules-left":[ "river/tags", "custom/launcher"], + "modules-left":[ "custom/launcher"], "modules-center":[], "modules-right":[ "idle_inhibitor", "pulseaudio", "cpu", "memory", "temperature", "backlight", "battery#bat0", "battery#bat1", "network", "clock", "tray", "custom/power"], // Modules configuration - "river/tags": { - "num-tags": 9, - }, "keyboard-state": { "numlock": true, "capslock": true, |