This commit is contained in:
iFargle 2024-01-06 20:33:33 +09:00
parent e7bcf6437b
commit edddf1f5ce
2 changed files with 4 additions and 4 deletions
home-manager/common/desktops/hyprland

View file

@ -29,7 +29,7 @@
on-click = "wlogout"; on-click = "wlogout";
}; };
"custom/tailscale" = { "custom/tailscale" = {
format = "{icon} "; format = "{icon}";
exec = "$HOME/.config/waybar/scripts/tailscale.sh"; exec = "$HOME/.config/waybar/scripts/tailscale.sh";
exec-if = "pgrep tailscaled"; exec-if = "pgrep tailscaled";
return-type = "json"; return-type = "json";

View file

@ -24,9 +24,9 @@
}; };
waybar = { waybar = {
enable = true; enable = true;
enableCenterBackColors = true; enableCenterBackColors = false;
enableLeftBackColors = true; enableLeftBackColors = false;
enableRightBackColors = true; enableRightBackColors = false;
}; };
}; };
fonts = { fonts = {