Palette library integrated + polybar and alacritty
This commit is contained in:
parent
a61bfe3c50
commit
ef5b48d142
17 changed files with 1090 additions and 214 deletions
|
|
@ -1,8 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
i3lock-color = "${pkgs.i3lock-color}/bin/i3lock-color";
|
||||
in
|
||||
{
|
||||
services.screen-locker = {
|
||||
enable = true;
|
||||
lockCmd = ''i3lock-color -B 10 --greetertext="Welcome back $USER"'';
|
||||
inactiveInterval = 10; # miutes
|
||||
};
|
||||
services.screen-locker = {
|
||||
enable = true;
|
||||
lockCmd = '' ${i3lock-color} -B 10 --greeter-text="Welcome back $USER" --greeter-color="#ffffff" --date-color="#ffffff" --time-color="#ffffff" '';
|
||||
inactiveInterval = 10; # miutes
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue