Modules/Niri: Fix noctelia config and icons
This commit is contained in:
@ -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;
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user