From 815387a87e5d6b82996a042f219fef2daa55be91 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Wed, 30 Jul 2025 14:07:08 +0200 Subject: [PATCH] Modules/Hyprpanel: Disable bluetooth module --- home/modules/hyprpanel/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/modules/hyprpanel/default.nix b/home/modules/hyprpanel/default.nix index 1e2eec0e..699bbd93 100644 --- a/home/modules/hyprpanel/default.nix +++ b/home/modules/hyprpanel/default.nix @@ -28,12 +28,13 @@ in { "bar.autoHide" = "never"; # https://github.com/Jas-SinghFSU/HyprPanel/blob/master/src/configuration/modules/config/bar/layouts/index.ts + # TODO: To module option # TODO: This should contain battery etc. for laptop "bar.layouts" = { "HDMI-A-1" = { "left" = ["workspaces" "windowtitle"]; "middle" = ["media"]; # "cava" - "right" = ["volume" "network" "bluetooth" "cpu" "ram" "storage" "clock" "systray" "notifications"]; + "right" = ["volume" "network" "cpu" "ram" "storage" "clock" "systray" "notifications"]; # "bluetooth" }; "DP-1" = { "left" = ["workspaces" "windowtitle"]; @@ -282,6 +283,7 @@ in { "theme.bar.buttons.clock.spacing" = "6px"; "theme.bar.buttons.clock.text" = "#${color.hex.accentText}"; + # TODO: To module option # https://github.com/Jas-SinghFSU/HyprPanel/blob/master/src/configuration/modules/config/bar/systray/index.ts "bar.systray.ignore" = [ "Fcitx" # Keyboard indicator