working on waybar

This commit is contained in:
2026-03-11 20:18:58 +01:00
parent 4d14f2ae16
commit 2da3c4bd30
4 changed files with 342 additions and 349 deletions
+342 -344
View File
File diff suppressed because it is too large Load Diff
-2
View File
@@ -886,7 +886,6 @@ in
This file installs and configures waybar This file installs and configures waybar
#+BEGIN_SRC nix :tangle generated/system/core/waybar.nix :noweb tangle :mkdirp yes :eval never-html #+BEGIN_SRC nix :tangle generated/system/core/waybar.nix :noweb tangle :mkdirp yes :eval never-html
{ lib, pkgs, config, flakeRoot, ... }: { lib, pkgs, config, flakeRoot, ... }:
let let
username = "henrov"; # Replace with your actual username username = "henrov"; # Replace with your actual username
waybar-config = pkgs.writeText "waybar-config" (builtins.readFile (flakeRoot + "/assets/system/conf/waybar/config")); waybar-config = pkgs.writeText "waybar-config" (builtins.readFile (flakeRoot + "/assets/system/conf/waybar/config"));
@@ -917,7 +916,6 @@ in
chown -R ${username}:users /home/${username}/.config/waybar chown -R ${username}:users /home/${username}/.config/waybar
''; '';
} }
#+END_SRC #+END_SRC
** =generated/system/core/login-tuigreeter.nix= ** =generated/system/core/login-tuigreeter.nix=
-2
View File
@@ -1,5 +1,3 @@
/* Catppuccin Mocha theme for EWW */
:root { :root {
--base: #1e1e2e; --base: #1e1e2e;
--mantle: #181825; --mantle: #181825;
@@ -1,5 +1,4 @@
{ lib, pkgs, config, flakeRoot, ... }: { lib, pkgs, config, flakeRoot, ... }:
let let
username = "henrov"; # Replace with your actual username username = "henrov"; # Replace with your actual username
waybar-config = pkgs.writeText "waybar-config" (builtins.readFile (flakeRoot + "/assets/system/conf/waybar/config")); waybar-config = pkgs.writeText "waybar-config" (builtins.readFile (flakeRoot + "/assets/system/conf/waybar/config"));