Update simple-osd-daemons
This commit is contained in:
parent
316c522c19
commit
8932d8763b
6
flake.lock
generated
6
flake.lock
generated
@ -407,11 +407,11 @@
|
|||||||
"nixpkgs": "nixpkgs_6"
|
"nixpkgs": "nixpkgs_6"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1613376794,
|
"lastModified": 1614270718,
|
||||||
"narHash": "sha256-bEFQ3etd8rkN4gtH7GGzYoXtPB7+JmoJokWhAG+3jfA=",
|
"narHash": "sha256-BsGAfotqzSzEsTBeknA3i9KQafZZJee/SqKDSYJLyns=",
|
||||||
"owner": "balsoft",
|
"owner": "balsoft",
|
||||||
"repo": "simple-osd-daemons",
|
"repo": "simple-osd-daemons",
|
||||||
"rev": "20d06a5775b4c43ba26cfaa69815624dc101579f",
|
"rev": "bf163cef869dc09afaff1d4c5cfc1ce89eeb761d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -9,10 +9,12 @@
|
|||||||
height = 80;
|
height = 80;
|
||||||
defaultTimeout = 10000;
|
defaultTimeout = 10000;
|
||||||
maxVisible = 10;
|
maxVisible = 10;
|
||||||
backgroundColor = config.themes.colors.bg;
|
backgroundColor = "${config.themes.colors.bg}AA";
|
||||||
textColor = config.themes.colors.fg;
|
textColor = config.themes.colors.fg;
|
||||||
borderColor = config.themes.colors.blue;
|
borderColor = "${config.themes.colors.blue}AA";
|
||||||
progressColor = "over ${config.themes.colors.green}";
|
progressColor = "over ${config.themes.colors.green}";
|
||||||
|
iconPath = "${pkgs.papirus-icon-theme}/share/icons/Papirus-Dark";
|
||||||
|
maxIconSize = 24;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user