diff --git a/users/modules/desktop/caelestia.nix b/users/modules/desktop/caelestia.nix index 9450694..6b7f4bd 100644 --- a/users/modules/desktop/caelestia.nix +++ b/users/modules/desktop/caelestia.nix @@ -52,6 +52,7 @@ in { wallpapers = true; }; }; + osd.enableMicrophone = true; bar = { status = { showAudio = true; diff --git a/users/phundrak/host/gampo.nix b/users/phundrak/host/gampo.nix index 66a2fc9..10bf199 100644 --- a/users/phundrak/host/gampo.nix +++ b/users/phundrak/host/gampo.nix @@ -5,4 +5,5 @@ desktop.hyprland.host = "gampo"; phundrak.sshKey.content = builtins.readFile ../keys/id_gampo.pub; }; + programs.caelestia.settings.bar.persistent = false; } diff --git a/users/phundrak/host/marpa.nix b/users/phundrak/host/marpa.nix index 307b0ce..252b8fc 100644 --- a/users/phundrak/host/marpa.nix +++ b/users/phundrak/host/marpa.nix @@ -10,4 +10,8 @@ desktop.hyprland.host = "marpa"; phundrak.sshKey.content = builtins.readFile ../keys/id_marpa.pub; }; + programs.caelestia.settings.bar = { + showBattery = false; + showWifi = false; + }; }