wlogout returns, cosmic config probably finalised

This commit is contained in:
atagen 2024-05-16 11:29:36 +10:00
parent 05d0f6a949
commit 4ae5e113fe
8 changed files with 136 additions and 64 deletions

View file

@ -1,7 +1,7 @@
[
{
"label" : "lock",
"action" : "gtklock",
"action" : "loginctl lock-session",
"text" : "Lock",
"keybind" : "l"
},
@ -13,7 +13,7 @@
},
{
"label" : "suspend",
"action" : "gtklock & systemctl suspend",
"action" : "loginctl lock-session & systemctl suspend",
"text" : "Suspend",
"keybind" : "s"
},
@ -35,4 +35,4 @@
"text" : "Windows",
"keybind" : "w"
}
]
]

View file

@ -6,6 +6,7 @@
./creative.nix
./chat.nix
../programs/firefox.nix
../programs/wlogout.nix
];
home.packages = with pkgs; [
gnome.file-roller

View file

@ -5,7 +5,6 @@
...
}: let
palette-hex = pkgs.lib.nix-rice.palette.toRgbHex pkgs.rice.palette;
palette-shex = pkgs.lib.nix-rice.palette.toRGBShortHex pkgs.rice.palette;
in {
programs.wlogout = {
enable = true;
@ -29,7 +28,7 @@ in {
normal.black
(builtins.path {
name = "winlogo";
path = ../winlogo.png;
path = ../icons/winlogo.png;
sha256 = "7c1ff96b553c7a7ca3a7b7cf8efe830ab7feea92355aed288a10ee7347c24108";
})
]