refactor: remove stylix and some other unused stuff

This commit is contained in:
oddlama 2025-06-07 13:44:32 +02:00
parent 4324219f64
commit 4fea58a290
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
25 changed files with 81 additions and 9213 deletions

View file

@ -90,35 +90,6 @@
escape = true;
};
#"custom/whisper_overlay" = {
# tooltip = true;
# format = "{icon}";
# format-icons = {
# disconnected = "<span foreground='gray'></span>";
# connected = "<span foreground='#4ab0fa'></span>";
# connected-active = "<span foreground='red'></span>";
# };
# return-type = "json";
# exec = "${lib.getExe pkgs.whisper-overlay} waybar-status";
# on-click-right = lib.getExe (pkgs.writeShellApplication {
# name = "toggle-realtime-stt-server";
# runtimeInputs = [
# pkgs.systemd
# pkgs.libnotify
# ];
# text = ''
# if systemctl --user is-active --quiet realtime-stt-server; then
# systemctl --user stop realtime-stt-server.service
# notify-send "Stopped realtime-stt-server" "⛔ Stopped" --transient || true
# else
# systemctl --user start realtime-stt-server.service
# notify-send "Started realtime-stt-server" "✅ Started" --transient || true
# fi
# '';
# });
# escape = true;
#};
battery = {
interval = 2;
format = "{icon} {capacity}%";