test
This commit is contained in:
parent
e7bcf6437b
commit
edddf1f5ce
2 changed files with 4 additions and 4 deletions
home-manager/common/desktops/hyprland
|
@ -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";
|
||||||
|
|
|
@ -24,9 +24,9 @@
|
||||||
};
|
};
|
||||||
waybar = {
|
waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCenterBackColors = true;
|
enableCenterBackColors = false;
|
||||||
enableLeftBackColors = true;
|
enableLeftBackColors = false;
|
||||||
enableRightBackColors = true;
|
enableRightBackColors = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
fonts = {
|
fonts = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue