aboutsummaryrefslogtreecommitdiffstats
path: root/modules/extras
diff options
context:
space:
mode:
Diffstat (limited to 'modules/extras')
-rw-r--r--modules/extras/taskbar.jsonc18
-rw-r--r--modules/extras/tray.jsonc8
2 files changed, 26 insertions, 0 deletions
diff --git a/modules/extras/taskbar.jsonc b/modules/extras/taskbar.jsonc
new file mode 100644
index 0000000..8c9afde
--- /dev/null
+++ b/modules/extras/taskbar.jsonc
@@ -0,0 +1,18 @@
+// Open applications, drawn with each application's own icon.
+//
+// icon-theme used to name Papirus, which is not installed on this machine, so
+// GTK fell back silently. It now names the theme the rest of the desktop uses.
+{
+ "wlr/taskbar": {
+ "all-outputs": false,
+ "format": "{icon}",
+ "icon-theme": "Material-Black-Plum-Suru",
+ "icon-size": 20,
+ "tooltip": true,
+ "tooltip-format": "{title}",
+ "on-click": "activate",
+ "on-click-middle": "close",
+ "ignore-list": ["kitty-scratchpad"],
+ "cursor": true
+ }
+}
diff --git a/modules/extras/tray.jsonc b/modules/extras/tray.jsonc
new file mode 100644
index 0000000..32ec0bf
--- /dev/null
+++ b/modules/extras/tray.jsonc
@@ -0,0 +1,8 @@
+// System tray. Icons come from the applications themselves.
+{
+ "tray": {
+ "icon-size": 16,
+ "spacing": 12,
+ "cursor": true
+ }
+}