fixed xss-lock

This commit is contained in:
2024-02-09 14:03:47 +01:00
parent be1bb0b3a4
commit 55f1ce62d7

View File

@@ -159,7 +159,7 @@
style = "Regular";
size = 12.0;
};
defaultWorkspace = "workspace 1";
defaultWorkspace = "1";
bars = [{
position = "top";
colors.background = "#ef5ffc";
@@ -237,7 +237,7 @@
};
services.caffeine.enable = true;
services.screen-locker.enable = true;
services.screen-locker.lockCmd = "i3lock -n -c ef5ffc";
services.screen-locker.lockCmd = "/home/vi/.nix-profile/bin/i3lock -n -c ef5ffc";
programs.i3status = {
enable = true;
enableDefault = false;