Regenerated

This commit is contained in:
2026-04-27 16:01:31 +02:00
parent d92bce24f5
commit 38b12c196a
4 changed files with 443 additions and 422 deletions
+401 -394
View File
File diff suppressed because it is too large Load Diff
+21 -14
View File
@@ -1350,14 +1350,12 @@ in
home-manager.users = {
${username} = {
home.file = {
".config/waybar/config.jsonc" = {
text = builtins.readFile "${assetPath}/config.jsonc";
force = true;
};
".config/waybar/style-dark.css" = {
text = builtins.replaceStrings ["henrov"] [username] (builtins.readFile "${assetPath}/style-dark.css");
force = true;
};
".config/waybar/config.jsonc".source = {
config.lib.file.mkOutOfStoreSymlink "${assetPath}/config.jsonc";
};
".config/waybar/style-dark.css".source = {
config.lib.file.mkOutOfStoreSymlink "${assetPath}/style-dark.css";
};
".config/scripts/bluetooth-status.sh" = {
text = builtins.readFile "${basePath}/scripts/bluetooth-status.sh";
force = true;
@@ -5033,26 +5031,35 @@ window#waybar {
color: @text;
font-weight: bold;
border-radius: 30px;
/* --- Option 1 filled
/* --- Option 1 transparent
background:
linear-gradient(transparent, transparent) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
-- */
/* --- Option 2 border
--- */
/* --- Option 2 filled
background:
linear-gradient(@base, @base) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
*/
/* --- Option 3 NONE */
/* --- 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 3 NONE */
/* --- Option 4 NONE
background: transparent;
border: 2px solid @border;
border: 2px solid transparent;
--- */
/* --- Option 5 Solid border
background: transparent;
border: 2px solid transparent;
-- */
margin: 0px 3px;
padding: 1px 4px;
@@ -39,26 +39,35 @@ window#waybar {
color: @text;
font-weight: bold;
border-radius: 30px;
/* --- Option 1 filled
/* --- Option 1 transparent
background:
linear-gradient(transparent, transparent) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
-- */
/* --- Option 2 border
--- */
/* --- Option 2 filled
background:
linear-gradient(@base, @base) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
*/
/* --- Option 3 NONE */
/* --- 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 3 NONE */
/* --- Option 4 NONE
background: transparent;
border: 2px solid @border;
border: 2px solid transparent;
--- */
/* --- Option 5 Solid border
background: transparent;
border: 2px solid transparent;
-- */
margin: 0px 3px;
padding: 1px 4px;
@@ -13,14 +13,12 @@ in
home-manager.users = {
${username} = {
home.file = {
".config/waybar/config.jsonc" = {
text = builtins.readFile "${assetPath}/config.jsonc";
force = true;
};
".config/waybar/style-dark.css" = {
text = builtins.replaceStrings ["henrov"] [username] (builtins.readFile "${assetPath}/style-dark.css");
force = true;
};
".config/waybar/config.jsonc".source = {
config.lib.file.mkOutOfStoreSymlink "${assetPath}/config.jsonc";
};
".config/waybar/style-dark.css".source = {
config.lib.file.mkOutOfStoreSymlink "${assetPath}/style-dark.css";
};
".config/scripts/bluetooth-status.sh" = {
text = builtins.readFile "${basePath}/scripts/bluetooth-status.sh";
force = true;