feat(caelestia): improve configuration for caelestia
This commit is contained in:
@@ -52,6 +52,7 @@ in {
|
||||
wallpapers = true;
|
||||
};
|
||||
};
|
||||
osd.enableMicrophone = true;
|
||||
bar = {
|
||||
status = {
|
||||
showAudio = true;
|
||||
|
||||
@@ -5,4 +5,5 @@
|
||||
desktop.hyprland.host = "gampo";
|
||||
phundrak.sshKey.content = builtins.readFile ../keys/id_gampo.pub;
|
||||
};
|
||||
programs.caelestia.settings.bar.persistent = false;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user