commit 65cde7d25dfed5c58bba90f1c629d40e7bdba86a
parent 7c75d5f36ac05cdb88b9d1859da0341c2e17420b
Author: Milutin Popovic <milutin@popovic.xyz>
Date: Sat, 28 Mar 2026 22:54:13 +0000
u
Diffstat:
3 files changed, 22 insertions(+), 11 deletions(-)
diff --git a/lib/dotfiles.nix b/lib/dotfiles.nix
@@ -2,6 +2,6 @@
dotfiles = builtins.fetchGit {
url = "git://popovic.xyz/dots.git";
ref = "master";
- rev = "6211a793fac3de7772e78dbbce7f7b9158e2f719";
+ rev = "3a21b614e4ef8e9f0b3676b238f97854e4d9667d";
};
}
diff --git a/modules/niri.nix b/modules/niri.nix
@@ -91,10 +91,10 @@
"Mod+H".action.focus-monitor-left = { };
"Mod+L".action.focus-monitor-right = { };
- "Mod+WheelScrollDown".action.focus-column-left = { };
- "Mod+WheelScrollUp".action.focus-column-right = { };
- "Mod+Ctrl+WheelScrollDown".action.focus-workspace-down = { };
- "Mod+Ctrl+WheelScrollUp".action.focus-workspace-up = { };
+ "Mod+Ctrl+WheelScrollDown".action.focus-column-left = { };
+ "Mod+Ctrl+WheelScrollUp".action.focus-column-right = { };
+ "Mod+WheelScrollDown".action.focus-workspace-down = { };
+ "Mod+WheelScrollUp".action.focus-workspace-up = { };
"Mod+Shift+K".action.move-column-right = { };
"Mod+Shift+J".action.move-column-left = { };
@@ -198,6 +198,7 @@
{ command = [ "noctalia-shell" ]; }
{ command = [ "background" ]; }
{ command = [ "dunst" ]; }
+ { command = [ "check-mail" ]; }
{
command = [
"sh"
@@ -212,12 +213,21 @@
}
{
command = [
- "swayidle -w"
- "timeout 300 'swaylock -f -c 000000'"
- "timeout 600 'swaymsg \"output * power off\"'"
- "resume 'swaymsg \"output * power on\"'"
- "timeout 900 'systemctl suspend-then-hibernate'"
- "before-sleep 'swaylock -f -c 000000'"
+ "swayidle"
+ "-w"
+ "timeout"
+ "300"
+ "swaylock -f -c 000000"
+ "timeout"
+ "600"
+ "swaymsg \"output * power off\""
+ "resume"
+ "swaymsg \"output * power on\""
+ "timeout"
+ "900"
+ "systemctl suspend-then-hibernate"
+ "before-sleep"
+ "swaylock -f -c 000000"
];
}
];
diff --git a/modules/noctalia.nix b/modules/noctalia.nix
@@ -126,6 +126,7 @@
enableShadows = false;
};
location.name = "Lisbon";
+ colorSchemes.useWallPaperColors = true;
sessionMenu = {
largeButtonsStyle = false;
powerOptions = [