changes to fix compliance with home server

This commit is contained in:
2025-07-01 20:21:38 +02:00
parent 6d96d1a015
commit 7dfec3a2b0
23 changed files with 232 additions and 307 deletions

View File

@@ -11,7 +11,7 @@
window#waybar {
color: #fbf1c7;
background-color: rgba(43, 45, 50, 0.5);
background-color: rgba(43, 45, 50, 0.6);
}
#workspaces button {
@@ -60,7 +60,7 @@ window#waybar {
#cpu.warning,
#custom-dnd.dnd-notification,
#custom-dnd.dnd-none {
border-top: 3px solid #282828;
border-top: 3px solid transparent;
border-bottom: 3px solid #c35e0a;
}
@@ -71,12 +71,12 @@ window#waybar {
#cpu.critical,
#custom-yubikey,
#custom-recording {
border-top: 3px solid #282828;
border-top: 3px solid transparent;
border-bottom: 3px solid #c14a4a;
}
#battery.charging {
border-top: 3px solid #282828;
border-top: 3px solid transparent;
border-bottom: 3px solid #4c7a5d;
}

View File

@@ -26,14 +26,12 @@ in {
ConditionEnvironment = "WAYLAND_DISPLAY";
Description = "waybar";
};
Service = {
ExecStart = "${uwsm} app -- ${waybar} -c ${waybarAssets}/config.jsonc -s ${waybarAssets}/style.css";
Slice = "app-graphical.slice";
Restart = "always";
RestartSec = 10;
RestartSec = 30;
};
Install = {
WantedBy = ["graphical-session.target"];
};