Sync current Hyprland widgets

This commit is contained in:
Pascal
2026-04-28 18:25:20 +02:00
parent b4e4081f25
commit 25f0e3653e
8 changed files with 925 additions and 19 deletions

View File

@@ -94,6 +94,42 @@ entry:focus {
background: rgba(40, 40, 55, 0.48);
}
.operation-panel {
min-height: 220px;
padding: 10px;
border: 1px solid rgba(205, 214, 244, 0.12);
border-radius: 8px;
background: rgba(10, 10, 16, 0.58);
}
.operation-header,
.operation-input-row {
min-height: 34px;
}
.operation-title {
color: #00ff9c;
font-weight: 800;
}
.operation-scroll {
min-height: 142px;
border: 1px solid rgba(205, 214, 244, 0.10);
border-radius: 8px;
background: rgba(4, 4, 8, 0.72);
}
.operation-output {
padding: 10px;
color: #cdd6f4;
font-family: "JetBrainsMono Nerd Font", monospace;
font-size: 12px;
}
.danger {
color: #f38ba8;
}
.results-scroll {
min-height: 420px;
}