updated
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -24,5 +24,5 @@
|
||||
"sourceUrl": "https://github.com/noctalia-dev/noctalia-plugins"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
"version": 2
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user