165 current 2025-01-02 02:00:28 25.05.20241217.d3c42f1 6.6.66 *
This commit is contained in:
@@ -3,9 +3,17 @@
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
}: let
|
||||
mypolybar = pkgs.polybar.override {
|
||||
alsaSupport = true;
|
||||
githubSupport = true;
|
||||
mpdSupport = true;
|
||||
pulseSupport = true;
|
||||
};
|
||||
in {
|
||||
services.polybar = {
|
||||
enable = true;
|
||||
package = mypolybar;
|
||||
extraConfig = builtins.readFile ./config.ini;
|
||||
script = ''
|
||||
polybar mybar & disown
|
||||
|
||||
Reference in New Issue
Block a user