From e9f3ab00a74c43c277414031a649a64b071e443a Mon Sep 17 00:00:00 2001 From: Aiden Gerbrandt Date: Wed, 11 Feb 2026 18:08:29 -0600 Subject: [PATCH] updated --- home/aiden/.config/niri/startup.kdl | 1 + home/aiden/.config/niri/style.kdl | 6 +- home/aiden/.config/noctalia/plugins.json | 2 +- .../plugins/screen-recorder/Settings.qml | 16 ++++++ .../plugins/screen-recorder/manifest.json | 2 +- home/aiden/.config/noctalia/settings.json | 57 +++++++++++++++---- 6 files changed, 69 insertions(+), 15 deletions(-) diff --git a/home/aiden/.config/niri/startup.kdl b/home/aiden/.config/niri/startup.kdl index c76330b..0f234a5 100644 --- a/home/aiden/.config/niri/startup.kdl +++ b/home/aiden/.config/niri/startup.kdl @@ -10,6 +10,7 @@ spawn-at-startup "/usr/bin/pipewire-pulse" spawn-at-startup "/usr/bin/nextcloud" spawn-at-startup "/usr/bin/swayidle" "-w" spawn-at-startup "~/.local/bin/niri-sidebar" "listen" +spawn-at-startup "/usr/bin/niri-float-sticky" workspace "chat" { open-on-output "DP-3" diff --git a/home/aiden/.config/niri/style.kdl b/home/aiden/.config/niri/style.kdl index a66692c..c0c51e3 100644 --- a/home/aiden/.config/niri/style.kdl +++ b/home/aiden/.config/niri/style.kdl @@ -1,6 +1,6 @@ //Ensure theme is set spawn-at-startup "gsettings" "set" "org.gnome.desktop.interface" "gtk-theme" "'Adwaita-dark'" -spawn-at-startup "gsettings" "set" "org.gnome.desktop.interface" "color-scheme" "'Adwaita-dark'" +//spawn-at-startup "gsettings" "set" "org.gnome.desktop.interface" "color-scheme" "'Adwaita-dark'" // Settings that influence how windows are positioned and sized. // Find more information on the wiki: @@ -97,11 +97,11 @@ animations { // enable transparency window-rule { match is-active=false - opacity 0.8 //inactive transparency + opacity 1.0 //inactive transparency } window-rule { match is-active=true - opacity 0.95 //active transparency + opacity 1.0 //active transparency } window-rule { draw-border-with-background false diff --git a/home/aiden/.config/noctalia/plugins.json b/home/aiden/.config/noctalia/plugins.json index 40fb03f..6a7c294 100644 --- a/home/aiden/.config/noctalia/plugins.json +++ b/home/aiden/.config/noctalia/plugins.json @@ -24,5 +24,5 @@ "sourceUrl": "https://github.com/noctalia-dev/noctalia-plugins" } }, - "version": 1 + "version": 2 } diff --git a/home/aiden/.config/noctalia/plugins/screen-recorder/Settings.qml b/home/aiden/.config/noctalia/plugins/screen-recorder/Settings.qml index ef795c2..790bf10 100644 --- a/home/aiden/.config/noctalia/plugins/screen-recorder/Settings.qml +++ b/home/aiden/.config/noctalia/plugins/screen-recorder/Settings.qml @@ -201,6 +201,22 @@ ColumnLayout { label: pluginApi.tr("settings.video.frame-rate") description: pluginApi.tr("settings.video.frame-rate-desc") model: [ + { + "key": "5", + "name": "5 FPS" + }, + { + "key": "10", + "name": "10 FPS" + }, + { + "key": "15", + "name": "15 FPS" + }, + { + "key": "20", + "name": "20 FPS" + }, { "key": "30", "name": "30 FPS" diff --git a/home/aiden/.config/noctalia/plugins/screen-recorder/manifest.json b/home/aiden/.config/noctalia/plugins/screen-recorder/manifest.json index 7828214..8240728 100644 --- a/home/aiden/.config/noctalia/plugins/screen-recorder/manifest.json +++ b/home/aiden/.config/noctalia/plugins/screen-recorder/manifest.json @@ -1,7 +1,7 @@ { "id": "screen-recorder", "name": "Screen Recorder", - "version": "1.1.6", + "version": "1.1.7", "minNoctaliaVersion": "3.6.0", "author": "Noctalia Team", "official": true, diff --git a/home/aiden/.config/noctalia/settings.json b/home/aiden/.config/noctalia/settings.json index 95bb08a..81536e5 100644 --- a/home/aiden/.config/noctalia/settings.json +++ b/home/aiden/.config/noctalia/settings.json @@ -6,12 +6,14 @@ "clipboardWrapText": true, "customLaunchPrefix": "", "customLaunchPrefixEnabled": false, + "density": "default", "enableClipPreview": true, "enableClipboardHistory": true, "enableSettingsSearch": true, "enableWindowsSearch": true, "iconMode": "tabler", "ignoreMouseInput": false, + "overviewLayer": false, "pinnedApps": [ ], "position": "center", @@ -262,7 +264,7 @@ }, { "deviceNativePath": "", - "displayMode": "alwaysShow", + "displayMode": "icon-always", "hideIfIdle": false, "hideIfNotDetected": true, "id": "Battery", @@ -362,6 +364,9 @@ }, { "id": "Bluetooth" + }, + { + "id": "WallpaperSelector" } ], "right": [ @@ -407,7 +412,6 @@ ], "onlySameOutput": false, "pinnedApps": [ - "firefox" ], "pinnedStatic": true, "position": "bottom", @@ -429,9 +433,34 @@ "enableShadows": true, "forceBlackScreenCorners": false, "iRadiusRatio": 1, + "keybinds": { + "keyDown": [ + "Down" + ], + "keyEnter": [ + "Return" + ], + "keyEscape": [ + "Esc" + ], + "keyLeft": [ + "Left" + ], + "keyRight": [ + "Right" + ], + "keyUp": [ + "Up" + ] + }, "language": "", "lockOnSuspend": true, + "lockScreenAnimations": true, + "lockScreenBlur": 0.5, "lockScreenCountdownDuration": 10000, + "lockScreenMonitors": [ + ], + "lockScreenTint": 0, "radiusRatio": 1, "scaleRatio": 1, "screenRadiusRatio": 1, @@ -474,7 +503,7 @@ "bluetoothHideUnnamedDevices": false, "bluetoothRssiPollIntervalMs": 10000, "bluetoothRssiPollingEnabled": false, - "wifiDetailsViewMode": "grid", + "wifiDetailsViewMode": "list", "wifiEnabled": true }, "nightLight": { @@ -544,43 +573,49 @@ "action": "lock", "command": "", "countdownEnabled": false, - "enabled": true + "enabled": true, + "keybind": "" }, { "action": "suspend", "command": "", "countdownEnabled": true, - "enabled": true + "enabled": true, + "keybind": "" }, { "action": "hibernate", "command": "", "countdownEnabled": true, - "enabled": true + "enabled": true, + "keybind": "" }, { "action": "reboot", "command": "", "countdownEnabled": true, - "enabled": true + "enabled": true, + "keybind": "" }, { "action": "logout", "command": "", "countdownEnabled": true, - "enabled": true + "enabled": true, + "keybind": "" }, { "action": "shutdown", "command": "", "countdownEnabled": true, - "enabled": true + "enabled": true, + "keybind": "" } ], "showHeader": true, "showNumberLabels": true }, - "settingsVersion": 49, + "settingsVersion": 51, "systemMonitor": { "batteryCriticalThreshold": 5, "batteryWarningThreshold": 20, @@ -665,7 +700,9 @@ "wallpaper": "" } ], + "overviewBlur": 0.4, "overviewEnabled": false, + "overviewTint": 0.6, "panelPosition": "follow_bar", "randomIntervalSec": 600, "setWallpaperOnAllMonitors": false,