Commit 70d3da1
Changed files (5)
modules
desktop
desktop-environment
discrete
shell
noctalia
modules/desktop/desktop-environment/discrete/shell/noctalia/bar.nix
@@ -8,8 +8,8 @@
backgroundOpacity = config.stylix.opacity.desktop;
density = "default";
floating = true;
- marginHorizontal = 0.4;
- marginVertical = 0.4;
+ marginHorizontal = 8; # 8px
+ marginVertical = 8; # 8px
widgets = {
center = [
{
modules/desktop/desktop-environment/discrete/shell/noctalia/control-center.nix
@@ -3,9 +3,9 @@
programs.noctalia-shell.settings.controlCenter = {
shortcuts = {
left = [
- {id = "WiFi";}
+ {id = "Network";}
{id = "Bluetooth";}
- {id = "ScreenRecorder";}
+ {id = "Notifications";}
];
right = [
{id = "PowerProfile";}
modules/desktop/desktop-environment/discrete/shell/noctalia/default.nix
@@ -23,7 +23,7 @@
wallpaper = {
enabled = true;
defaultWallpaper = config.stylix.image;
- directory = builtins.dirOf config.stylix.image;
+ directory = dirOf config.stylix.image;
overviewEnabled = true;
};
appLauncher = {
flake.lock
@@ -839,11 +839,11 @@
},
"nixpkgs_8": {
"locked": {
- "lastModified": 1761672384,
- "narHash": "sha256-o9KF3DJL7g7iYMZq9SWgfS1BFlNbsm6xplRjVlOCkXI=",
+ "lastModified": 1767767207,
+ "narHash": "sha256-Mj3d3PfwltLmukFal5i3fFt27L6NiKXdBezC1EBuZs4=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "08dacfca559e1d7da38f3cf05f1f45ee9bfd213c",
+ "rev": "5912c1772a44e31bf1c63c0390b90501e5026886",
"type": "github"
},
"original": {
@@ -874,16 +874,16 @@
"nixpkgs": "nixpkgs_8"
},
"locked": {
- "lastModified": 1767472363,
- "narHash": "sha256-ZjtdQbVPHJeWP8VHWZmSwPwD6fC7Dqmknx1KErzfDks=",
+ "lastModified": 1768078785,
+ "narHash": "sha256-1ByxRYrivSkD4lIQQxv88r+I/mFo+JF3ebok6375+3Q=",
"owner": "noctalia-dev",
"repo": "noctalia-shell",
- "rev": "646a6142b2cad304f4ab8e9fe21d52a6971940cd",
+ "rev": "956ffbdf6c88c08f03d68475632c57f30391cae0",
"type": "github"
},
"original": {
"owner": "noctalia-dev",
- "ref": "v3.8.2",
+ "ref": "v4.0.0",
"repo": "noctalia-shell",
"type": "github"
}
flake.nix
@@ -29,7 +29,7 @@
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
- noctalia.url = "github:noctalia-dev/noctalia-shell/v3.8.2";
+ noctalia.url = "github:noctalia-dev/noctalia-shell/v4.0.0";
nur.url = "github:nix-community/NUR";