21 version = "unstable-2023-09-21";
23 src = fetchFromGitHub {
24 owner = "scorpion-26";
26 rev = "96485f408efe411f281fa27dceb6d86399ec7804";
27 hash = "sha256-4zPvo0JBQOV1qn2X2iI8/JWYEQjFf9sDEICIWSCeaWk=";
28 fetchSubmodules = true;
51 description = "Blazingly fast status bar written with GTK";
52 homepage = "https://github.com/scorpion-26/gBar";
53 license = licenses.mit;
54 maintainers = with maintainers; [ ocfox ];
56 platforms = platforms.linux;