summaryrefslogtreecommitdiff
path: root/.config/waybar/config.json
diff options
context:
space:
mode:
Diffstat (limited to '.config/waybar/config.json')
-rw-r--r--.config/waybar/config.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/.config/waybar/config.json b/.config/waybar/config.json
new file mode 100644
index 0000000..f61d9bd
--- /dev/null
+++ b/.config/waybar/config.json
@@ -0,0 +1,27 @@
+{
+ "position": "top",
+ "layer": "top",
+ "height": 12,
+ "spacing": 0,
+
+ "_Modules_": "Choose the order of the modules",
+
+ "modules-left": [
+ "dwl/tags",
+ "dwl/window",
+ ],
+
+ "modules-center": [
+ ],
+
+ "modules-right": [
+ "custom/dotfiles",
+ "custom/mail",
+ "custom/eselect",
+ "custom/date",
+ "custom/time",
+ "custom/battery",
+ ],
+
+ "include": "~/.config/waybar/modules.json"
+}