My NixOS config Part 3: Flake-Parts Crusaders nix.ladas552.me
hjem nix nixos impermanence flake-parts nvfetcher niri noctalia

noctalia update

Ladas552 10cf6bbe 2f0da99a

+55 -25
+55 -25
modules/nixosModules/Desktops/niri/noct/settings.json
··· 1 1 { 2 - "settingsVersion": 49, 2 + "settingsVersion": 53, 3 3 "bar": { 4 4 "barType": "simple", 5 5 "position": "left", ··· 99 99 "labelMode": "index", 100 100 "occupiedColor": "secondary", 101 101 "pillSize": 0.6, 102 - "reverseScroll": false, 103 102 "showApplications": true, 104 103 "showBadge": true, 105 104 "showLabelsOnlyWhenOccupied": true, ··· 191 190 "animationSpeed": 1.5, 192 191 "animationDisabled": false, 193 192 "compactLockScreen": false, 194 - "lockScreenAnimations": false, 193 + "lockScreenAnimations": true, 195 194 "lockOnSuspend": true, 196 195 "showSessionButtonsOnLockScreen": true, 197 196 "showHibernateOnLockScreen": false, ··· 207 206 "lockScreenCountdownDuration": 10000, 208 207 "autoStartAuth": false, 209 208 "allowPasswordWithFprintd": false, 210 - "clockStyle": "custom", 209 + "clockStyle": "digital", 211 210 "clockFormat": "hh\\nmm", 211 + "passwordChars": false, 212 212 "lockScreenMonitors": [], 213 + "lockScreenBlur": 0.8, 214 + "lockScreenTint": 0.8, 213 215 "keybinds": { 214 - "keyUp": "Up", 215 - "keyDown": "Down", 216 - "keyLeft": "Left", 217 - "keyRight": "Right", 218 - "keyEnter": "Return", 219 - "keyEscape": "Esc" 220 - } 216 + "keyUp": [ 217 + "Up" 218 + ], 219 + "keyDown": [ 220 + "Down" 221 + ], 222 + "keyLeft": [ 223 + "Left" 224 + ], 225 + "keyRight": [ 226 + "Right" 227 + ], 228 + "keyEnter": [ 229 + "Return" 230 + ], 231 + "keyEscape": [ 232 + "Esc" 233 + ], 234 + "keyRemove": [ 235 + "Del" 236 + ] 237 + }, 238 + "reverseScroll": false 221 239 }, 222 240 "ui": { 223 241 "fontDefault": "JetBrainsMono Nerd Font Mono", ··· 282 300 "randomIntervalSec": 600, 283 301 "transitionDuration": 1500, 284 302 "transitionType": "random", 303 + "skipStartupTransition": true, 285 304 "transitionEdgeSmoothness": 0.05, 286 305 "panelPosition": "top_left", 287 306 "hideWallpaperFilenames": true, ··· 298 317 "wallhavenResolutionMode": "atleast", 299 318 "wallhavenResolutionWidth": "", 300 319 "wallhavenResolutionHeight": "", 301 - "sortOrder": "name" 320 + "sortOrder": "name", 321 + "favorites": [] 302 322 }, 303 323 "appLauncher": { 304 324 "enableClipboardHistory": false, ··· 320 340 "showIconBackground": false, 321 341 "enableSettingsSearch": false, 322 342 "enableWindowsSearch": true, 343 + "enableSessionSearch": true, 323 344 "ignoreMouseInput": false, 324 345 "screenshotAnnotationTool": "", 325 346 "overviewLayer": true, ··· 396 417 "diskAvailCriticalThreshold": 10, 397 418 "batteryWarningThreshold": 30, 398 419 "batteryCriticalThreshold": 5, 399 - "cpuPollingInterval": 1000, 400 - "gpuPollingInterval": 3000, 401 420 "enableDgpuMonitoring": false, 402 - "memPollingInterval": 1000, 403 - "diskPollingInterval": 3000, 404 - "networkPollingInterval": 1000, 405 - "loadAvgPollingInterval": 3000, 406 421 "useCustomColors": false, 407 422 "warningColor": "#94e2d5", 408 423 "criticalColor": "#f38ba8", ··· 412 427 "enabled": false, 413 428 "position": "bottom", 414 429 "displayMode": "auto_hide", 430 + "dockType": "floating", 415 431 "backgroundOpacity": 1, 416 432 "floatingRatio": 0, 417 433 "size": 1, ··· 422 438 "pinnedStatic": false, 423 439 "inactiveIndicators": false, 424 440 "deadOpacity": 0.6, 425 - "animationSpeed": 1 441 + "animationSpeed": 1, 442 + "sitOnFrame": false, 443 + "showFrameIndicator": true 426 444 }, 427 445 "network": { 428 446 "wifiEnabled": true, 447 + "airplaneModeEnabled": false, 429 448 "bluetoothRssiPollingEnabled": false, 430 449 "bluetoothRssiPollIntervalMs": 10000, 431 450 "wifiDetailsViewMode": "grid", 432 451 "bluetoothDetailsViewMode": "grid", 433 - "bluetoothHideUnnamedDevices": false 452 + "bluetoothHideUnnamedDevices": false, 453 + "disableDiscoverability": false 434 454 }, 435 455 "sessionMenu": { 436 456 "enableCountdown": false, 437 457 "countdownDuration": 10000, 438 458 "position": "center", 439 459 "showHeader": false, 460 + "showKeybinds": true, 440 461 "largeButtonsStyle": false, 441 462 "largeButtonsLayout": "single-row", 442 - "showNumberLabels": true, 443 463 "powerOptions": [ 444 464 { 445 465 "action": "lock", 446 466 "command": "", 447 467 "countdownEnabled": false, 448 468 "enabled": true, 449 - "keybind": "" 469 + "keybind": "1" 450 470 }, 451 471 { 452 472 "action": "suspend", 453 473 "command": "", 454 474 "countdownEnabled": false, 455 475 "enabled": true, 456 - "keybind": "" 476 + "keybind": "2" 457 477 }, 458 478 { 459 479 "action": "hibernate", ··· 467 487 "command": "", 468 488 "countdownEnabled": false, 469 489 "enabled": true, 470 - "keybind": "" 490 + "keybind": "3" 471 491 }, 472 492 { 473 493 "action": "logout", ··· 481 501 "command": "", 482 502 "countdownEnabled": false, 483 503 "enabled": true, 504 + "keybind": "4" 505 + }, 506 + { 507 + "action": "rebootToUefi", 508 + "command": "", 509 + "countdownEnabled": true, 510 + "enabled": true, 484 511 "keybind": "" 485 512 } 486 513 ] 487 514 }, 488 515 "notifications": { 489 516 "enabled": true, 517 + "enableMarkdown": false, 518 + "density": "default", 490 519 "monitors": [], 491 520 "location": "top_right", 492 521 "overlayLayer": true, ··· 495 524 "lowUrgencyDuration": 3, 496 525 "normalUrgencyDuration": 3, 497 526 "criticalUrgencyDuration": 30, 527 + "clearDismissed": true, 498 528 "saveToHistory": { 499 529 "low": false, 500 530 "normal": true, ··· 530 560 "volumeStep": 5, 531 561 "volumeOverdrive": false, 532 562 "cavaFrameRate": 30, 533 - "visualizerType": "mirrored", 563 + "visualizerType": "wave", 534 564 "mprisBlacklist": [], 535 565 "preferredPlayer": "mpd", 536 566 "volumeFeedback": false