Modules/Hyprpanel: Disable bluetooth module
This commit is contained in:
@ -28,12 +28,13 @@ in {
|
|||||||
"bar.autoHide" = "never";
|
"bar.autoHide" = "never";
|
||||||
|
|
||||||
# https://github.com/Jas-SinghFSU/HyprPanel/blob/master/src/configuration/modules/config/bar/layouts/index.ts
|
# 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
|
# TODO: This should contain battery etc. for laptop
|
||||||
"bar.layouts" = {
|
"bar.layouts" = {
|
||||||
"HDMI-A-1" = {
|
"HDMI-A-1" = {
|
||||||
"left" = ["workspaces" "windowtitle"];
|
"left" = ["workspaces" "windowtitle"];
|
||||||
"middle" = ["media"]; # "cava"
|
"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" = {
|
"DP-1" = {
|
||||||
"left" = ["workspaces" "windowtitle"];
|
"left" = ["workspaces" "windowtitle"];
|
||||||
@ -282,6 +283,7 @@ in {
|
|||||||
"theme.bar.buttons.clock.spacing" = "6px";
|
"theme.bar.buttons.clock.spacing" = "6px";
|
||||||
"theme.bar.buttons.clock.text" = "#${color.hex.accentText}";
|
"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
|
# https://github.com/Jas-SinghFSU/HyprPanel/blob/master/src/configuration/modules/config/bar/systray/index.ts
|
||||||
"bar.systray.ignore" = [
|
"bar.systray.ignore" = [
|
||||||
"Fcitx" # Keyboard indicator
|
"Fcitx" # Keyboard indicator
|
||||||
|
Reference in New Issue
Block a user