From e2891141b6c774580c32b8bb094f72846f7c3eca Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 3 Jun 2024 16:07:56 +0200 Subject: fix: restore dwm theme for waybar --- config/wayland/waybar/colors.css | 1 - config/wayland/waybar/config.jsonc | 17 ++++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) delete mode 120000 config/wayland/waybar/colors.css mode change 120000 => 100644 config/wayland/waybar/config.jsonc diff --git a/config/wayland/waybar/colors.css b/config/wayland/waybar/colors.css deleted file mode 120000 index 38b29a4..0000000 --- a/config/wayland/waybar/colors.css +++ /dev/null @@ -1 +0,0 @@ -/home/aluc/.config/waybar/colors/colors-nord \ No newline at end of file diff --git a/config/wayland/waybar/config.jsonc b/config/wayland/waybar/config.jsonc deleted file mode 120000 index 24065d3..0000000 --- a/config/wayland/waybar/config.jsonc +++ /dev/null @@ -1 +0,0 @@ -hyprland.jsonc \ No newline at end of file diff --git a/config/wayland/waybar/config.jsonc b/config/wayland/waybar/config.jsonc new file mode 100644 index 0000000..aa93297 --- /dev/null +++ b/config/wayland/waybar/config.jsonc @@ -0,0 +1,16 @@ +{ + "modules-left": ["hyprland/workspaces", "custom/layout", "hyprland/window"], + "modules-right": ["custom/status"], + "hyprland/window": { + "format": " {} " + }, + "custom/layout": { + "format": " []= ", + "interval": "once", + }, + "custom/status": { + "exec": "~/.config/waybar/status.sh", + "format": " {} ", + "interval": 1 + } +} -- cgit v1.2.3