diff --git a/waybar/.config/waybar/config b/waybar/.config/waybar/config
deleted file mode 100644
index 738ed144..00000000
--- a/waybar/.config/waybar/config
+++ /dev/null
@@ -1,67 +0,0 @@
-{
- "height": 30,
- "modules-left": ["sway/workspaces", "sway/mode", "tray"],
- "modules-center": ["sway/window"],
- "modules-right": ["pulseaudio", "network", "backlight", "memory", "battery", "clock"],
- "sway/workspaces": {
- "format": "{icon}",
- "on-click": "activate",
- "format-icons": {
- "1": "",
- "2": "",
- "3": "",
- "4": "",
- "5": "五",
- "6": "六",
- "7": "七",
- "8": "八",
- "9": "九",
- "10": "十"
- }
- },
- "sway/mode": {
- "format": "{}"
- },
- "tray": {
- "spacing": 20
- },
- "clock": {
- "tooltip-format": "{:%Y %B}\n{calendar}",
- "format-alt": "{:%Y-%m-%d}"
- },
- "backlight": {
- "format": "{icon} {percent}%",
- "format-icons": ["", ""]
- },
- "memory": {
- "interval": 30,
- "format": " {}%"
- },
- "battery": {
- "states": {
- "warning": 20,
- "critical": 10
- },
- "format": "{icon} {capacity}%",
- "format-charging": "{capacity}% ",
- "format-plugged": "{capacity}% ",
- "format-alt": "{time} {icon}",
- "format-icons": ["", "", "", "", ""]
- },
- "network": {
- "format-wifi": " ({signalStrength}%)",
- "format-ethernet": " {ifname}: {ipaddr}/{cidr}",
- "format-linked": " {ifname} (No IP)",
- "format-disconnected": "⚠ Disconnected",
- "format-alt": "{ifname}: {ipaddr}/{cidr}"
- },
- "pulseaudio": {
- "format": "{icon} {volume}%",
- "format-muted": "🔇 Muted",
- "format-icons": {
- "default": ["", "", ""]
- },
- "on-click": "pavucontrol"
- }
-}
-// vim:syn=json
diff --git a/waybar/.config/waybar/style.css b/waybar/.config/waybar/style.css
deleted file mode 100644
index a2c71c74..00000000
--- a/waybar/.config/waybar/style.css
+++ /dev/null
@@ -1,54 +0,0 @@
-@import url("../../.cache/wal/colors-waybar.css");
-
-* {
- font-family: "Fira Mono, Noto Sans CJK JP, Font Awesome 6 Free Solid, Font Awesome 6 Free Brands";
-}
-
-window#waybar {
- background: rgba(43, 48, 59, 0.9);
- background: @background;
- border-bottom: 1px solid rgba(100, 114, 125, 0.3);
- color: @foreground;
- font-weight: 500;
-}
-
-#workspaces button {
- padding: 0 20px;
- background: transparent;
- color: white;
-}
-
-#workspaces button.focused {
- padding: 0 20px;
- background: #64727D;
- background: @color8;
-}
-
-#mode, #pulseaudio, #network, #backlight, #memory, #clock, #battery {
- padding: 0 5px;
- margin: 0 5px;
-}
-
-#tray {
- padding: 0 15px;
-}
-
-#mode {
- background: #64727D;
- border-bottom: 3px solid white;
-}
-
-#battery.charging {
- color: #26A65B;
- color: @color2;
-}
-
-#battery.warning:not(.charging) {
- background: #f53c3c;
- background: @color8;
-}
-
-#battery.critical:not(.charging) {
- background: #f53c3c;
- color: white;
-}
diff --git a/waybar/README.md b/waybar/README.md
deleted file mode 100644
index c24c2b12..00000000
--- a/waybar/README.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# waybar
-
-[waybar][waybar] is a Wayland bar for [sway][sway].
-
-## Use Cases
-
-waybar can be used to:
-
-- Have a nicer looking bar than the default
-
-You should not use waybar if:
-
-- You aren't using Wayland
-
-[waybar]: https://github.com/Alexays/Waybar
-[sway]: https://github.com/swaywm/sway