Home-manager: Remove mullvad module from waybar

This commit is contained in:
Zeph Levy 2026-05-12 11:15:57 +02:00
parent 387239fe26
commit b97a79fc63
3 changed files with 0 additions and 202 deletions

View file

@ -12,7 +12,6 @@
"hyprland/workspaces"
"niri/workspaces"
# "niri/window"
"custom/mullvad"
];
modules-center = [ "clock" ];
modules-right = [
@ -22,22 +21,6 @@
"battery"
];
"custom/mullvad" = {
"format" = "{icon}";
"exec" = "/home/zeph/nix/home-manager/modules/hypr/mullvad.sh";
"interval" = 10;
"return-type" = "json";
"on-click" = "/home/zeph/nix/home-manager/modules/hypr/mullvad.sh toggle";
"on-click-middle" = "mullvad-vpn";
"on-click-right" = "/home/zeph/nix/home-manager/modules/hypr/mullvad.sh reconnect";
"format-icons" = {
"connected" = "";
"connecting" = "";
"disconnected" = "";
};
"tooltip" = true;
};
"hyprland/workspaces" = {
disable-scroll = true;
all-outputs = true;
@ -106,25 +89,6 @@
@define-color purple #b16286;
@define-color aqua #689d6a;
@define-color orange #d65d0e;
@define-color error #F96184;
@define-color foreground #D3D9FF;
@define-color success #01D38F;
#custom-mullvad {
background-color: @bg1;
min-width: 14px;
margin: 3px 2px;
padding: 2px 6px;
border: 2px solid @orange;
border-radius: 0;
}
#custom-mullvad.connecting {
color: @foreground;
}
#custom-mullvad.connected {
color: @success;
}
* {
font-family: "JetBrainsMono Nerd Font", monospace;