working on waybar
This commit is contained in:
+342
-344
File diff suppressed because it is too large
Load Diff
@@ -886,7 +886,6 @@ in
|
||||
This file installs and configures waybar
|
||||
#+BEGIN_SRC nix :tangle generated/system/core/waybar.nix :noweb tangle :mkdirp yes :eval never-html
|
||||
{ lib, pkgs, config, flakeRoot, ... }:
|
||||
|
||||
let
|
||||
username = "henrov"; # Replace with your actual username
|
||||
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
|
||||
'';
|
||||
}
|
||||
|
||||
#+END_SRC
|
||||
|
||||
** =generated/system/core/login-tuigreeter.nix=
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/* Catppuccin Mocha theme for EWW */
|
||||
|
||||
:root {
|
||||
--base: #1e1e2e;
|
||||
--mantle: #181825;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{ lib, pkgs, config, flakeRoot, ... }:
|
||||
|
||||
let
|
||||
username = "henrov"; # Replace with your actual username
|
||||
waybar-config = pkgs.writeText "waybar-config" (builtins.readFile (flakeRoot + "/assets/system/conf/waybar/config"));
|
||||
|
||||
Reference in New Issue
Block a user