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