theme collect & kitty & wallpaper & yazi
Collect all catppuccin theme settings together, set wallpaper using wpapderd, change console to kitty and install yazi
This commit is contained in:
@@ -60,7 +60,6 @@
|
||||
:class "${idle_inhibitor == 'start' ? 'idleOn' : 'idleOff' }"
|
||||
:onclick "systemctl --user is-active hypridle.service && systemctl --user stop hypridle.service || systemctl --user start hypridle.service"
|
||||
(label
|
||||
:class "${idle_inhibitor == 'start' ? 'speakerOn' : 'speakerOff'}"
|
||||
:text "${idle_inhibitor == 'start' ? '' : '' }"))))
|
||||
|
||||
;; ── Audio ───────────────────────────────────────────────────────────
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
// /-- Widgets -->
|
||||
// /-- Idle Inhibtor -->
|
||||
.idleOn {color: $green;}
|
||||
.idleOff {color: $green;}
|
||||
.idleOff {color: $red;}
|
||||
// /-- Audio -->
|
||||
.micOn {color: $green;}
|
||||
.micOff {color: $red;}
|
||||
|
||||
Reference in New Issue
Block a user