Update theme

This commit is contained in:
Paul-Henri Froidmont 2024-03-01 17:11:19 +01:00
parent 74e4ac823d
commit 87293b7553
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
7 changed files with 166 additions and 44 deletions

View file

@ -77,7 +77,7 @@ myRemoveKeys = [
myAdditionalKeys = [
("M-q", kill),
("M-x", spawn "i3lock -e -f -c 000000 -i ~/.wallpaper.png"),
("M-x", spawn "i3lock -e -f -c 000000 -i ~/.wallpaper.jpg"),
("M-S-h", sendMessage (IncMasterN 1)),
("M-S-l", sendMessage (IncMasterN (-1))),
("M-S-<Return>", windows W.swapMaster),

View file

@ -28,20 +28,8 @@ in {
autoRepeatInterval = 25;
desktopManager.xterm.enable = false;
windowManager.xmonad.enable = true;
displayManager.lightdm = {
enable = true;
background = ../wallpaper.png;
#greeters.mini = {
# enable = true;
# user = config.user.name;
# extraConfig = ''
# text-color = "#fbf1c7"
# password-background-color = "#3c3836"
# window-color = "#282828"
# border-color = "#458588"
# '';
#};
};
displayManager.sddm.enable = true;
};
home-manager.users.${config.user.name} = {