Merge pull request #27 from avivbintangaringga/main

fix(nix-monitor): update version 1.1.1
This commit is contained in:
Lysec
2026-07-16 13:42:10 +02:00
committed by GitHub
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ local nixosGenerationsCmd = "nixos-rebuild list-generations | tail -n +2 | wc -l
local nixosCurrentGenCmd = "nixos-rebuild list-generations | grep True | awk '{print $1}'"
local hmGenerationsCmd = "home-manager generations | wc -l"
local hmCurrentGenCmd = "home-manager generations | grep '(current)' | awk '{print $5}'"
local storeSizeCmd = "du -s --block-size=1GiB /nix/store | awk '{print $1 \" GiB\"}'"
local storeSizeCmd = "du -s --block-size=1 /nix/store | awk '{printf \"%.2f GiB\", $1/1073741824}'"
local closureSizeCmd = "nix path-info --closure-size --human-readable /run/current-system | awk '{print $2, $3}'"
-- State inits
+1 -1
View File
@@ -1,6 +1,6 @@
id = "avivbintangaringga/nix-monitor"
name = "Nix Monitor"
version = "1.1.0"
version = "1.1.1"
min_noctalia = "5.0.0"
icon = "package"
author = "avivbintangaringga"
+3 -3
View File
@@ -3,9 +3,9 @@
"bar.update_available": "Update available!",
"bar.up_to_date": "Up to date",
"bar.unknown": "Unknown",
"notification.checking_update": "Checking update...",
"notification.update_is_available": "Update is available!",
"notification.update_check_completed": "Update check completed!",
"notification.checking_update": "Checking NixOS update...",
"notification.update_is_available": "NixOS update is available!",
"notification.update_check_completed": "NixOS update check completed!",
"notification.update_command_is_empty": "Update command is empty!",
"notification.clean_command_is_empty": "Clean command is empty!",
"panel.title": "Nix Monitor",