Changes
3 changed files (+3/-32)
-
-
@@ -74,8 +74,5 @@{ regexp = "Vim"; } { regexp = "Qt\\s.*[Uu]tility"; } ]; # redarch uses PulseAudio. wayland-desktop.waybar.soundSystem = "pulseaudio"; }; }
-
-
-
@@ -66,5 +66,7 @@programs.plac-gtk.settings.discovery-udp-port = 9003; wayland-desktop.niri.screenshot-path = "${config.xdg.userDirs.pictures}/screenshot.%Y-%m-%d.%H-%M-%S.png"; home.packages = with pkgs; [ pwvucontrol ]; }; }
-
-
-
@@ -36,14 +36,6 @@ in../palette/rose-pine.nix ]; options.wayland-desktop.waybar.soundSystem = lib.mkOption { type = lib.types.enum [ "pulseaudio" "pipewire" ]; default = "pipewire"; }; config = { programs.waybar = { enable = true;
-
@@ -56,7 +48,6 @@ inmodules-left = [ "custom/todo" ]; modules-right = [ "clock" (if (cfg.soundSystem == "pulseaudio") then "pulseaudio" else "wireplumber") "tray" ];
-
@@ -67,20 +58,6 @@ informat = "{:%Y-%m-%d %H:%M}"; }; pulseaudio = lib.mkIf (cfg.soundSystem == "pulseaudio") { format = "{icon} {volume}% / {format_source}"; format-muted = "muted {format_source}"; on-click = "pavucontrol"; }; wireplumber = lib.mkIf (cfg.soundSystem == "pipewire") { format = "{icon} {volume}% / {format_source}"; format-muted = "muted {format_source}"; on-click = lib.getExe pkgs.pwvucontrol; }; "custom/todo" = { exec = "${waybar-text}/bin/,waybar-text --trim-md-list ${config.xdg.dataHome}/todo.md"; restart-interval = 10;
-
@@ -121,12 +98,11 @@ in#clock, #network, #wireplumber, #tray { color: inherit; } #clock, #wireplumber { #clock { font-family: "Atkinson Hyperlegible Next", "Noto Sans", sans-serif; font-size: 16px; font-weight: bold;
-
@@ -139,10 +115,6 @@ inborder-color: ${variant.highlightHigh}; color: ${variant.text}; } #wireplumber:hover { background-color: ${variant.highlightLow}; } ''; in {
-