1

Modules/Niri: Fix noctelia config and icons

This commit is contained in:
2025-11-13 21:51:06 +01:00
parent df93b8f1f4
commit a9a7115774
4 changed files with 16 additions and 9 deletions

View File

@ -90,16 +90,13 @@ in
lazygit.enable = true;
mpd.enable = !headless;
niri = {
enable = !headless;
};
neovim = {
enable = true;
alias = true;
neovide = !headless;
};
niri.enable = !headless;
nnn.enable = false; # Use yazi
qutebrowser.enable = !headless;
rmpc.enable = !headless;

View File

@ -19,6 +19,12 @@ in {
];
home = {
sessionVariables = {
# For Noctalia
# QS_ICON_THEME = "Papirus";
QT_QPA_PLATFORMTHEME = "gtk3";
};
packages = with pkgs; [
xwayland-satellite
ncpamixer # Audio control

View File

@ -195,17 +195,19 @@
}
{
id = "ActiveWindow";
width = 250; # TODO: Doesn't work
maxWidth = 250;
}
];
center = [
{
id = "MediaMini";
width = 250; # TODO: Doesn't work
maxWidth = 250;
showAlbumArt = true;
}
{
id = "AudioVisualizer";
width = 100; # TODO: Doesn't work
width = 100;
visualizerType = "mirrored";
}
];
right = [
@ -223,10 +225,10 @@
}
{
id = "Tray";
drawer = false; # TODO: Doesn't work
drawerEnabled = false;
}
{
formatHorizontal = "yyyy:MM:dd HH:mm";
formatHorizontal = "yyyy-MM-dd HH:mm";
formatVertical = "HH mm";
id = "Clock";
useMonospacedFont = true;