From 38066dfc8971999bbd530ac5c1f7643f1967931a Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 3 Jun 2023 16:48:13 +0100 Subject: [PATCH] Remove some waybar modules for Northstar, use sway workspaces and compact clock modules --- home/Northstar/xenia.nix | 17 +++-------------- waybar | 2 +- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/home/Northstar/xenia.nix b/home/Northstar/xenia.nix index 78d96d49..99876421 100644 --- a/home/Northstar/xenia.nix +++ b/home/Northstar/xenia.nix @@ -12,20 +12,9 @@ "~/.config/waybar/modules.json" "~/.config/waybar/layout.json" ]; - "modules-left" = ["wlr/workspaces"]; - "modules-center" = ["clock"]; - "modules-right" = [ - "cpu" - "memory" - "temperature" - "pulseaudio" - "bluetooth" - "network" - "backlight" - "battery" - "battery#bat2" - "tray" - ]; + "modules-left" = ["sway/workspaces"]; + "modules-center" = ["clock#compact"]; + "modules-right" = ["network" "battery" "tray"]; }; }; }; diff --git a/waybar b/waybar index 983d33a1..5822f406 160000 --- a/waybar +++ b/waybar @@ -1 +1 @@ -Subproject commit 983d33a190961250d240dd94ad9906040a5c40eb +Subproject commit 5822f40637d18e8e72995604022b22eba067b815