feat: add light theme waybar

This commit is contained in:
Jacob Bachmann 2024-03-28 21:38:00 +01:00
parent aa06b182e7
commit 21db39a399
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
10 changed files with 761 additions and 366 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, lib, nixosConfig, hy3, ... }:
{ pkgs, lib, nixosConfig, hy3, config, ... }:
let
common = (import ../common.nix) { pkgs = pkgs; lib = lib; };
@ -32,8 +32,8 @@ let
in
{
imports = [
../sway/waybar.nix
../sway/wofi.nix
../waybar.nix
];
home.packages = with pkgs; [
@ -93,8 +93,8 @@ in
"_JAVA_OPTIONS,\"-Dawt.useSystemAAFontSettings=on\""
];
"exec-once" = with pkgs; [
"${config.programs.waybar.package}/bin/waybar -c ${config.xdg.configHome}/waybar/hyprbar.json -s ${config.xdg.configHome}/waybar/hyprbar.css"
"${swaybg}/bin/swaybg -m fill -i ${common.wallpaper}"
"${waybar}/bin/waybar"
"${dbus}/bin/dbus-update-activation-environment --all"
"${kanshi}/bin/kanshi"
"${networkmanagerapplet}/bin/nm-applet"