Various desktop changes.

This commit is contained in:
Fern Garden 2025-08-04 23:00:17 +08:00
parent 7af35d20e4
commit 17ba53843d

View file

@ -45,6 +45,11 @@ with lib; {
path = getExe pkgs.xwayland-satellite-unstable; path = getExe pkgs.xwayland-satellite-unstable;
}; };
# Autostart.
spawn-at-startup = [
{command = ["smile" "--start-hidden"];}
];
# Don't show client-side window decorations. # Don't show client-side window decorations.
prefer-no-csd = true; prefer-no-csd = true;
@ -220,6 +225,13 @@ with lib; {
proportion = 1.0 / 2.0; proportion = 1.0 / 2.0;
}; };
}; };
window-rules = [
{
matches = [{app-id = "it.mijorus.smile";}];
open-floating = true;
}
];
}; };
}; };
@ -274,6 +286,7 @@ with lib; {
enable = true; enable = true;
settings = { settings = {
main = { main = {
terminal = "kitty";
horizontal-pad = 8; horizontal-pad = 8;
vertical-pad = 8; vertical-pad = 8;
inner-pad = 8; inner-pad = 8;
@ -313,6 +326,7 @@ with lib; {
format-disconnected = ""; format-disconnected = "";
tooltip = true; tooltip = true;
tooltip-format = "{essid}"; tooltip-format = "{essid}";
on-click = "nm-connection-editor";
}; };
"wireplumber" = { "wireplumber" = {
@ -320,6 +334,7 @@ with lib; {
format = "{icon} {volume}%"; format = "{icon} {volume}%";
format-muted = " "; format-muted = " ";
tooltip = false; tooltip = false;
on-click = "pwvucontrol";
}; };
"clock" = { "clock" = {
@ -387,6 +402,7 @@ with lib; {
loupe loupe
nautilus nautilus
nerd-fonts.symbols-only nerd-fonts.symbols-only
networkmanagerapplet
nextcloud-client nextcloud-client
noto-fonts noto-fonts
noto-fonts-cjk-sans noto-fonts-cjk-sans
@ -398,6 +414,7 @@ with lib; {
playerctl playerctl
prismlauncher prismlauncher
protonmail-desktop protonmail-desktop
pwvucontrol
rockbox-utility rockbox-utility
seahorse seahorse
signal-desktop signal-desktop