about summary refs log tree commit diff
path: root/users/tazjin/dotfiles/waybar/config.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/dotfiles/waybar/config.jsonc')
-rw-r--r--users/tazjin/dotfiles/waybar/config.jsonc29
1 files changed, 0 insertions, 29 deletions
diff --git a/users/tazjin/dotfiles/waybar/config.jsonc b/users/tazjin/dotfiles/waybar/config.jsonc
deleted file mode 100644
index 6d3dbadb4511..000000000000
--- a/users/tazjin/dotfiles/waybar/config.jsonc
+++ /dev/null
@@ -1,29 +0,0 @@
-// TODO: idle-inhibitor? image (tux?)?
-{
-  "layer": "top",
-  "position": "bottom",
-  "modules-right": ["pulseaudio", "backlight", "battery", "tray", "clock"],
-  "pulseaudio": {
-    "on-click": "pavucontrol",
-    // Font "Awesome" speaker icons can't be made to render, I don't care why, emoji time.
-    "format": "{volume}% ๐ŸŽง",
-    "format-muted": "{volume}% ๏‡ถ"
-  },
-  "battery": {
-	"format": "{capacity}% {icon}",
-    "format-icons": ["๏‰„", "๏‰ƒ", "๏‰‚", "๏‰", "๏‰€"]
-  },
-  "backlight": {
-    "format": "{percent}% {icon}",
-    "format-icons": ["๏ƒซ"],
-    "on-scroll-up": "light -A 1",
-    "on-scroll-down": "light -U 1"
-  },
-  "clock": {
-	"format-alt": "{:%a, %d. %b  %H:%M}"
-  },
-  "tray": {
-    "icon-size": 20,
-    "spacing": 10
-  }
-}