test
This commit is contained in:
parent
e7bcf6437b
commit
edddf1f5ce
2 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@
|
|||
on-click = "wlogout";
|
||||
};
|
||||
"custom/tailscale" = {
|
||||
format = "{icon} ";
|
||||
format = "{icon}";
|
||||
exec = "$HOME/.config/waybar/scripts/tailscale.sh";
|
||||
exec-if = "pgrep tailscaled";
|
||||
return-type = "json";
|
||||
|
|
|
@ -24,9 +24,9 @@
|
|||
};
|
||||
waybar = {
|
||||
enable = true;
|
||||
enableCenterBackColors = true;
|
||||
enableLeftBackColors = true;
|
||||
enableRightBackColors = true;
|
||||
enableCenterBackColors = false;
|
||||
enableLeftBackColors = false;
|
||||
enableRightBackColors = false;
|
||||
};
|
||||
};
|
||||
fonts = {
|
||||
|
|
Loading…
Add table
Reference in a new issue