Commit d6794b3

HPCesia <me@hpcesia.com>
2025-10-17 08:14:29
feat: update noctalia config
1 parent feae417
Changed files (1)
modules
desktop
desktop-environment
discrete
shell
noctalia
modules/desktop/desktop-environment/discrete/shell/noctalia/bar.nix
@@ -19,14 +19,13 @@
           {id = "ActiveWindow";}
           {
             id = "MediaMini";
-            autoHide = true;
+            hideMode = "hidden";
             showAlbumArt = true;
             showVisualizer = true;
             visualizerType = "linear";
           }
         ];
         right = [
-          {id = "ScreenRecorder";}
           {
             id = "Tray";
             blacklist = ["Bluetooth *"]; # I don't want double bluetooth applet.
@@ -37,7 +36,6 @@
             showUnreadBadge = true;
           }
           {id = "Volume";}
-          {id = "Brightness";}
           {id = "Battery";}
           {
             id = "Clock";