aboutsummaryrefslogtreecommitdiffstats
path: root/config.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'config.jsonc')
-rw-r--r--config.jsonc14
1 files changed, 8 insertions, 6 deletions
diff --git a/config.jsonc b/config.jsonc
index a7c5ff9..1d94a39 100644
--- a/config.jsonc
+++ b/config.jsonc
@@ -1,13 +1,13 @@
-// waybar-theme-udt: two bars on DP-3.
+// waybar-theme-udt: the status bar on DP-3, the desktop bar on DP-1.
// Copyright (C) 2026 Danilo M. <danix@danix.xyz>
// Licensed under the GNU General Public License v2 only.
//
// A top-level array is how waybar takes more than one bar. Both bars are one
// process reading one stylesheet, so the pills stay consistent between them.
//
-// DP-3 is rotated, so the bar is 1080px rather than 1920: one bar holding
-// everything was too crowded at that width. Status lives on top, the desktop
-// (workspaces and open windows) along the bottom.
+// DP-3 is rotated and only 1080px wide, which is why it carries status alone.
+// The desktop itself, the workspaces and the window list, sits on DP-1 where
+// there are 2560px to spread them across.
//
// One file per module, included explicitly: wildcard `include` has been broken
// since waybar v0.14.0, so every module file has to be listed by name.
@@ -18,6 +18,7 @@
"$HOME/.config/waybar-udt/modules/custom/vmdot.jsonc",
"$HOME/.config/waybar-udt/modules/image/launcher.jsonc",
"$HOME/.config/waybar-udt/modules/custom/privacy_dots.jsonc",
+ "$HOME/.config/waybar-udt/modules/custom/mail.jsonc",
"$HOME/.config/waybar-udt/modules/image/volume.jsonc",
"$HOME/.config/waybar-udt/modules/extras/tray.jsonc",
"$HOME/.config/waybar-udt/modules/custom/presentation.jsonc",
@@ -34,6 +35,7 @@
],
"modules-right": [
"custom/privacy_dots",
+ "custom/mail",
"group/volume",
"tray",
"custom/presentation",
@@ -64,8 +66,8 @@
],
"layer": "top",
- "output": "DP-3",
- "position": "bottom",
+ "output": "DP-1",
+ "position": "top",
"height": 0,
"width": 0,
"margin": 0,