summaryrefslogtreecommitdiff
path: root/.config/waybar/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/waybar/config')
-rw-r--r--.config/waybar/config16
1 files changed, 0 insertions, 16 deletions
diff --git a/.config/waybar/config b/.config/waybar/config
deleted file mode 100644
index 94fe484..0000000
--- a/.config/waybar/config
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "layer": "bottom",
- "modules-left": ["sway/workspaces", "sway/mode"],
- "modules-center": ["sway/window"],
- "modules-right": ["battery", "pulseaudio", "network", "clock", "tray"],
- "sway/window": {
- "max-length": 50
- },
- "battery": {
- "format": "{capacity}% {icon}",
- "format-icons": ["", "", "", "", ""]
- },
- "clock": {
- "format-alt": "{:%a, %d. %b %H:%M}"
- }
-}