chore: repo cleanup for v0.2.0
All checks were successful
Mirror to GitHub / mirror (push) Successful in 32s
All checks were successful
Mirror to GitHub / mirror (push) Successful in 32s
- Fix read_cpu_temp loop: ok()? was aborting iteration on unreadable hwmon entries instead of continuing to the next; use let Ok(...) else continue - Fix osd.rs: replace stdout.unwrap() with defensive let-else guard - PKGBUILD: bump pkgver to 0.2.0, replace libpulse dep with wireplumber + pipewire-pulse + brightnessctl (actual runtime tools used) - bakery.toml: same dep fix as PKGBUILD - Cargo.toml: fix repository URL casing (breadway -> Breadway) - theme.rs: add wifi-popover-row-unsaved opacity rule
This commit is contained in:
parent
673b5c52cf
commit
31b2d10909
6 changed files with 7 additions and 6 deletions
|
|
@ -48,6 +48,7 @@ fn load_css() -> String {
|
|||
border-radius: 4px; padding: 2px 6px; }}\
|
||||
.wifi-popover-row:hover {{ background: alpha({on_bg}, 0.08); }}\
|
||||
.wifi-popover-row-active {{ color: {accent}; }}\
|
||||
.wifi-popover-row-unsaved {{ opacity: 0.4; }}\
|
||||
.wifi-popover-loading {{ opacity: 0.5; padding: 8px; }}\
|
||||
.media-widget {{ border-radius: 4px; padding: 0 6px; cursor: pointer; }}\
|
||||
.media-widget:hover {{ background: alpha({on_bg}, 0.10); }}\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue