aspi: enable frajul auto upgrade module and integrate into waybar

This commit is contained in:
2025-07-11 13:15:02 +02:00
parent 8c53c66c4d
commit f872c8db0c
2 changed files with 13 additions and 1 deletions

View File

@ -12,7 +12,14 @@
"modules-center": [],
"modules-right": ["idle_inhibitor", "disk", "cpu", "memory", "pulseaudio", "battery", "clock", "tray"],
"modules-right": ["idle_inhibitor", "custom/nixos-update", "disk", "cpu", "memory", "pulseaudio", "battery", "clock", "tray"],
"custom/nixos-update": {
"exec": "frajul-auto-upgrade-status",
"return-type": "json",
"interval": 2,
"on-click-right": "frajul-auto-upgrade-toggle"
},
"hyprland/workspaces": {
"on-scroll-up": "hyprctl dispatch workspace m+1",
@ -35,6 +42,7 @@
},
"idle_inhibitor": {
"start-activated": true,
"format": "{icon}",
"format-icons": {
"activated": "",

View File

@ -32,6 +32,10 @@
enable = true;
overrideSettings = false;
};
frajulAutoUpgrade = {
enable = true;
flakePath = "/home/julian/.dotfiles";
};
};
services.blueman.enable = true;