Regenerated

This commit is contained in:
2026-04-27 20:33:25 +02:00
parent feed32000f
commit 5d1ce337b1
5 changed files with 410 additions and 425 deletions
+10 -15
View File
@@ -254,6 +254,7 @@ Setting the colors for Droidnix.
{ lib, config, pkgs, repoPath, ... }:
let
colors = {
border = "#97C9E6"
crust = "#11111b";
mantle = "#181825";
base = "#1e1e2e";
@@ -1347,8 +1348,7 @@ in
".config/waybar/style-dark.css".source =
link "${waybarPath}/style-dark.css";
/*
# --- Scripts (DO NOT use builtins.readFile here)
/*
".config/scripts/bluetooth-status.sh".source =
link "${basePath}/scripts/bluetooth-status.sh";
@@ -1357,7 +1357,7 @@ in
".config/scripts/hypr-workspacesmenu.sh".source =
link "${basePath}/scripts/hypr-workspacesmenu.sh";
*/
*/
};
};
@@ -5016,35 +5016,30 @@ window#waybar {
color: @text;
font-weight: bold;
border-radius: 30px;
/* --- Option 1 transparent
/* --- Option 1 Green blue filled
background:
linear-gradient(transparent, transparent) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
--- */
/* --- Option 2 filled
/* --- Option 2 default background green blue border
background:
linear-gradient(@base, @base) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
*/
/* --- Option 3 base background border gradient */
background:
linear-gradient(@base, @base) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
/* --- Option 4 NONE
/* --- Option 3 NO background, no border */
background: transparent;
border: 2px solid transparent;
--- */
/* --- Option 5 Solid border
background: transparent;
border: 2px solid transparent;
-- */
border: 2px solid @border;
--- */
margin: 0px 3px;
padding: 1px 4px;