This commit is contained in:
2026-02-11 18:08:29 -06:00
parent 112ff5c88e
commit e9f3ab00a7
6 changed files with 69 additions and 15 deletions

View File

@@ -10,6 +10,7 @@ spawn-at-startup "/usr/bin/pipewire-pulse"
spawn-at-startup "/usr/bin/nextcloud" spawn-at-startup "/usr/bin/nextcloud"
spawn-at-startup "/usr/bin/swayidle" "-w" spawn-at-startup "/usr/bin/swayidle" "-w"
spawn-at-startup "~/.local/bin/niri-sidebar" "listen" spawn-at-startup "~/.local/bin/niri-sidebar" "listen"
spawn-at-startup "/usr/bin/niri-float-sticky"
workspace "chat" { workspace "chat" {
open-on-output "DP-3" open-on-output "DP-3"

View File

@@ -1,6 +1,6 @@
//Ensure theme is set //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" "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. // Settings that influence how windows are positioned and sized.
// Find more information on the wiki: // Find more information on the wiki:
@@ -97,11 +97,11 @@ animations {
// enable transparency // enable transparency
window-rule { window-rule {
match is-active=false match is-active=false
opacity 0.8 //inactive transparency opacity 1.0 //inactive transparency
} }
window-rule { window-rule {
match is-active=true match is-active=true
opacity 0.95 //active transparency opacity 1.0 //active transparency
} }
window-rule { window-rule {
draw-border-with-background false draw-border-with-background false

View File

@@ -24,5 +24,5 @@
"sourceUrl": "https://github.com/noctalia-dev/noctalia-plugins" "sourceUrl": "https://github.com/noctalia-dev/noctalia-plugins"
} }
}, },
"version": 1 "version": 2
} }

View File

@@ -201,6 +201,22 @@ ColumnLayout {
label: pluginApi.tr("settings.video.frame-rate") label: pluginApi.tr("settings.video.frame-rate")
description: pluginApi.tr("settings.video.frame-rate-desc") description: pluginApi.tr("settings.video.frame-rate-desc")
model: [ model: [
{
"key": "5",
"name": "5 FPS"
},
{
"key": "10",
"name": "10 FPS"
},
{
"key": "15",
"name": "15 FPS"
},
{
"key": "20",
"name": "20 FPS"
},
{ {
"key": "30", "key": "30",
"name": "30 FPS" "name": "30 FPS"

View File

@@ -1,7 +1,7 @@
{ {
"id": "screen-recorder", "id": "screen-recorder",
"name": "Screen Recorder", "name": "Screen Recorder",
"version": "1.1.6", "version": "1.1.7",
"minNoctaliaVersion": "3.6.0", "minNoctaliaVersion": "3.6.0",
"author": "Noctalia Team", "author": "Noctalia Team",
"official": true, "official": true,

View File

@@ -6,12 +6,14 @@
"clipboardWrapText": true, "clipboardWrapText": true,
"customLaunchPrefix": "", "customLaunchPrefix": "",
"customLaunchPrefixEnabled": false, "customLaunchPrefixEnabled": false,
"density": "default",
"enableClipPreview": true, "enableClipPreview": true,
"enableClipboardHistory": true, "enableClipboardHistory": true,
"enableSettingsSearch": true, "enableSettingsSearch": true,
"enableWindowsSearch": true, "enableWindowsSearch": true,
"iconMode": "tabler", "iconMode": "tabler",
"ignoreMouseInput": false, "ignoreMouseInput": false,
"overviewLayer": false,
"pinnedApps": [ "pinnedApps": [
], ],
"position": "center", "position": "center",
@@ -262,7 +264,7 @@
}, },
{ {
"deviceNativePath": "", "deviceNativePath": "",
"displayMode": "alwaysShow", "displayMode": "icon-always",
"hideIfIdle": false, "hideIfIdle": false,
"hideIfNotDetected": true, "hideIfNotDetected": true,
"id": "Battery", "id": "Battery",
@@ -362,6 +364,9 @@
}, },
{ {
"id": "Bluetooth" "id": "Bluetooth"
},
{
"id": "WallpaperSelector"
} }
], ],
"right": [ "right": [
@@ -407,7 +412,6 @@
], ],
"onlySameOutput": false, "onlySameOutput": false,
"pinnedApps": [ "pinnedApps": [
"firefox"
], ],
"pinnedStatic": true, "pinnedStatic": true,
"position": "bottom", "position": "bottom",
@@ -429,9 +433,34 @@
"enableShadows": true, "enableShadows": true,
"forceBlackScreenCorners": false, "forceBlackScreenCorners": false,
"iRadiusRatio": 1, "iRadiusRatio": 1,
"keybinds": {
"keyDown": [
"Down"
],
"keyEnter": [
"Return"
],
"keyEscape": [
"Esc"
],
"keyLeft": [
"Left"
],
"keyRight": [
"Right"
],
"keyUp": [
"Up"
]
},
"language": "", "language": "",
"lockOnSuspend": true, "lockOnSuspend": true,
"lockScreenAnimations": true,
"lockScreenBlur": 0.5,
"lockScreenCountdownDuration": 10000, "lockScreenCountdownDuration": 10000,
"lockScreenMonitors": [
],
"lockScreenTint": 0,
"radiusRatio": 1, "radiusRatio": 1,
"scaleRatio": 1, "scaleRatio": 1,
"screenRadiusRatio": 1, "screenRadiusRatio": 1,
@@ -474,7 +503,7 @@
"bluetoothHideUnnamedDevices": false, "bluetoothHideUnnamedDevices": false,
"bluetoothRssiPollIntervalMs": 10000, "bluetoothRssiPollIntervalMs": 10000,
"bluetoothRssiPollingEnabled": false, "bluetoothRssiPollingEnabled": false,
"wifiDetailsViewMode": "grid", "wifiDetailsViewMode": "list",
"wifiEnabled": true "wifiEnabled": true
}, },
"nightLight": { "nightLight": {
@@ -544,43 +573,49 @@
"action": "lock", "action": "lock",
"command": "", "command": "",
"countdownEnabled": false, "countdownEnabled": false,
"enabled": true "enabled": true,
"keybind": ""
}, },
{ {
"action": "suspend", "action": "suspend",
"command": "", "command": "",
"countdownEnabled": true, "countdownEnabled": true,
"enabled": true "enabled": true,
"keybind": ""
}, },
{ {
"action": "hibernate", "action": "hibernate",
"command": "", "command": "",
"countdownEnabled": true, "countdownEnabled": true,
"enabled": true "enabled": true,
"keybind": ""
}, },
{ {
"action": "reboot", "action": "reboot",
"command": "", "command": "",
"countdownEnabled": true, "countdownEnabled": true,
"enabled": true "enabled": true,
"keybind": ""
}, },
{ {
"action": "logout", "action": "logout",
"command": "", "command": "",
"countdownEnabled": true, "countdownEnabled": true,
"enabled": true "enabled": true,
"keybind": ""
}, },
{ {
"action": "shutdown", "action": "shutdown",
"command": "", "command": "",
"countdownEnabled": true, "countdownEnabled": true,
"enabled": true "enabled": true,
"keybind": ""
} }
], ],
"showHeader": true, "showHeader": true,
"showNumberLabels": true "showNumberLabels": true
}, },
"settingsVersion": 49, "settingsVersion": 51,
"systemMonitor": { "systemMonitor": {
"batteryCriticalThreshold": 5, "batteryCriticalThreshold": 5,
"batteryWarningThreshold": 20, "batteryWarningThreshold": 20,
@@ -665,7 +700,9 @@
"wallpaper": "" "wallpaper": ""
} }
], ],
"overviewBlur": 0.4,
"overviewEnabled": false, "overviewEnabled": false,
"overviewTint": 0.6,
"panelPosition": "follow_bar", "panelPosition": "follow_bar",
"randomIntervalSec": 600, "randomIntervalSec": 600,
"setWallpaperOnAllMonitors": false, "setWallpaperOnAllMonitors": false,