xborders: disable version warning
This commit is contained in:
parent
bae9a307ad
commit
e799468cde
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ in with theme.colors; {
|
|||
};
|
||||
startup = [
|
||||
{
|
||||
command = "(systemctl --user restart polybar &) && (nm-applet &) && (nextcloud &) && (xborders --border-rgb ${builtins.substring 1 6 primary}ff --border-radius 12 --border-width 2 --smart-hide-border)";
|
||||
command = "(systemctl --user restart polybar &) && (nm-applet &) && (nextcloud &) && (xborders --border-rgb ${builtins.substring 1 6 primary}ff --border-radius 12 --border-width 2 --smart-hide-border --disable-version-warning)";
|
||||
always = true;
|
||||
notification = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue