164 current 2025-01-02 01:55:40 25.05.20241217.d3c42f1 6.6.66 *

This commit is contained in:
2025-01-02 01:55:48 -05:00
parent 2785dde240
commit 10bd957911
5 changed files with 19 additions and 19 deletions

View File

@@ -0,0 +1,18 @@
{
config,
pkgs,
lib,
...
}: {
services.polybar = {
enable = true;
extraConfig = builtins.readFile ./config.ini;
script = ''
polybar mybar & disown
'';
};
#home.activation.polybarStartup = lib.hm.dag.entryAfter ["writeBoundary"] ''
# polybar -c /home/synchronous/.config/polybar/config.ini mybar & disown
#'';
}

View File

@@ -12,6 +12,7 @@
./cmus/default.nix
# ./nitrogen/defualt.nix
./rofi/default.nix
./polybar/default.nix
./sxhkd/default.nix
./bspwm/default.nix

View File

@@ -1,18 +0,0 @@
{
config,
pkgs,
lib,
...
}: {
services.polybar = {
enable = true;
extraConfig = builtins.readFile ./config.ini;
script = ''
polybar -q -r -c /home/synchronous/.config/polybar/config.ini mybar > /tmp/polybar & disown
'';
};
home.activation.polybarStartup = lib.hm.dag.entryAfter ["writeBoundary"] ''
polybar -c /home/synchronous/.config/polybar/config.ini mybar & disown
'';
}

View File

@@ -6,6 +6,5 @@
imports = [
./picom/default.nix
./dunst/default.nix
./polybar/default.nix
];
}