summaryrefslogtreecommitdiff
path: root/waybar
diff options
context:
space:
mode:
Diffstat (limited to 'waybar')
-rw-r--r--waybar/config.jsonc33
1 files changed, 33 insertions, 0 deletions
diff --git a/waybar/config.jsonc b/waybar/config.jsonc
new file mode 100644
index 0000000..c038b5d
--- /dev/null
+++ b/waybar/config.jsonc
@@ -0,0 +1,33 @@
+{
+ "layer": "top",
+ "modules-left": [
+ "sway/workspaces",
+ "sway/mode"
+ ],
+ "modules-center": [
+ "sway/window"
+ ],
+ "modules-right": [
+ "battery",
+ "battery#bat2",
+ "clock"
+ ],
+ "sway/window": {
+ "max-length": 50
+ },
+ "battery": {
+ "bat": "BAT0",
+ "format": "{capacity}% {icon}",
+ "format-icons": ["", "", "", "", ""]
+ },
+ "battery#bat2": {
+ "bat": "BAT1",
+ "format": "{capacity}% {icon}",
+ "format-icons": ["", "", "", "", ""]
+ },
+ "clock": {
+ "interval": 60,
+ "format": "KW {:%V %a %Y-%m-%d %H:%M}",
+ "max-length": 25
+ }
+}