Changed: waybar conf
This commit is contained in:
parent
3c9fdf02ee
commit
8415352b65
@ -31,16 +31,16 @@
|
||||
max-length = 40;
|
||||
interval = "once";
|
||||
exec = pkgs.writeShellScript "hello-from-waybar" ''
|
||||
echo "from within waybar"
|
||||
echo "from within waybar $USER"
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
home.file.".config/waybar" = {
|
||||
/*home.file.".config/waybar" = {
|
||||
source = ./configs;
|
||||
# copy the scripts directory recursively
|
||||
recursive = true;
|
||||
};
|
||||
};*/
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user