From 5cb335fbb8a80bf108f2bdffbbcc0d52d86b0de2 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 17 Aug 2023 13:54:26 +0900 Subject: [PATCH] Test --- .../home-manager/hyprland-conf.nix | 1 + .../nixos-laptop/home-manager/waybar-conf.nix | 49 +++---------------- 2 files changed, 7 insertions(+), 43 deletions(-) diff --git a/hosts/nixos-laptop/home-manager/hyprland-conf.nix b/hosts/nixos-laptop/home-manager/hyprland-conf.nix index bae221ce..bbd4dc9e 100644 --- a/hosts/nixos-laptop/home-manager/hyprland-conf.nix +++ b/hosts/nixos-laptop/home-manager/hyprland-conf.nix @@ -3,6 +3,7 @@ ".config/hypr/hyprland.conf" = { enable = true; text = '' + layerrule = blur, waybar # Laptop specific: monitor=,highrr,auto,1.25 diff --git a/hosts/nixos-laptop/home-manager/waybar-conf.nix b/hosts/nixos-laptop/home-manager/waybar-conf.nix index 2df1f926..22e27200 100644 --- a/hosts/nixos-laptop/home-manager/waybar-conf.nix +++ b/hosts/nixos-laptop/home-manager/waybar-conf.nix @@ -165,8 +165,7 @@ #workspaces button { color: #e2cca9; - background-color: #32302f; - font-size: 13px; + font-size: 14px; } #workspaces button:hover, @@ -177,7 +176,6 @@ } #workspaces button.active { - background-color: #3c3836; box-shadow: inset 0 -3px #f28534; } @@ -187,37 +185,6 @@ } #workspaces button.visible { - background-color: #3c3836; -} - -/* - * Arrows - */ -#custom-arrow-light-on-bg-left { - font-size: 15px; - color: #3c3836; - background-color: transparent; -} - -#custom-arrow-dark-on-bg-right { - font-size: 15px; - color: #32302f; - background-color: transparent; - -} - -#custom-arrow-light-on-dark-left, -#custom-arrow-light-on-dark-right { - font-size: 15px; - color: #3c3836; - background: #32302f; -} - -#custom-arrow-dark-on-light-left, -#custom-arrow-dark-on-light-right { - font-size: 15px; - color: #32302f; - background: #3c3836; } /* @@ -225,14 +192,12 @@ */ #network, #mpris, -# #memory, #backlight, #language, #custom-weather { color: #e2cca9; - font-size: 13px; - background-color: #32302f; + font-size: 14px; padding: 0 3 0 3; } @@ -244,8 +209,7 @@ #submap, #window { color: #e2cca9; - font-size: 13px; - background-color: #3c3836; + font-size: 14px; padding: 0 3 0 3; } @@ -271,13 +235,13 @@ #mode { color: #32302f; - font-size: 13px; + font-size: 14px; background-color: #f2594b; } #clock { color: #e2cca9; - font-size: 13px; + font-size: 14px; font-weight: bold; } @@ -295,8 +259,7 @@ tooltip { color: #e2cca9; - font-size: 13px; - background-color: #32302f; + font-size: 14px; } ''; };