From 8c7a78645604bbd492064f1b366a14db5a9543c5 Mon Sep 17 00:00:00 2001 From: dim Date: Sun, 12 Jan 2025 17:31:35 +0700 Subject: [PATCH] update hyprpanel and plymouth --- home/system/hyprpanel/default.nix | 4 ++++ hosts/laptop/home.nix | 4 +--- nixos/systemd-boot.nix | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/home/system/hyprpanel/default.nix b/home/system/hyprpanel/default.nix index d570617..29c2481 100644 --- a/home/system/hyprpanel/default.nix +++ b/home/system/hyprpanel/default.nix @@ -61,6 +61,9 @@ in { bar.windowtitle.label = true; bar.workspaces.hideUnoccupied = false; bar.workspaces.monitorSpecific = true; + bar.workspaces.numbered_active_indicator = "color"; + bar.workspaces.showApplicationIcons = true; + bar.workspaces.showIcons = true; menus.clock.time.hideSeconds = true; menus.clock.time.military = true; menus.clock.weather.key = weatherapikey; @@ -113,6 +116,7 @@ in { theme.bar.buttons.workspaces.occupied = accent; theme.bar.buttons.y_margins = if floating && transparent then "0" else "8"; + theme.bar.dropdownGap = "4.5em"; theme.bar.floating = if floating then "true" else "false"; theme.bar.location = position; theme.bar.margin_bottom = diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index ff874ba..1ddf7f7 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -54,12 +54,9 @@ packages = with pkgs; [ # Apps - #discord # Chat - # bitwarden # Password manager mpv # Video player pcmanfm xarchiver - #blanket # White-noise app # Dev go @@ -111,6 +108,7 @@ inetutils gdu enchant + inxi # Just cool peaclock diff --git a/nixos/systemd-boot.nix b/nixos/systemd-boot.nix index 35312c6..3f3f8a9 100644 --- a/nixos/systemd-boot.nix +++ b/nixos/systemd-boot.nix @@ -24,5 +24,6 @@ ]; consoleLogLevel = 0; initrd.verbose = false; + plymouth = { enable = true; }; }; }