fix mainBar typo
This commit is contained in:
parent
9b7b35a686
commit
872eeda447
11 changed files with 11 additions and 11 deletions
|
|
@ -8,7 +8,7 @@ in
|
|||
enable = lib.mkEnableOption "enable ${name} waybar module";
|
||||
};
|
||||
config = lib.mkIf config.modules.waybar.${name}.enable {
|
||||
programs.waybar.settings.mainbar."${name}" = {
|
||||
programs.waybar.settings.mainBar."${name}" = {
|
||||
format = "VPN";
|
||||
exec = "echo '{\"class\": \"connected\"}'";
|
||||
exec-if = "test -d /proc/sys/net/ipv4/conf/tun0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue