commit existing config
This commit is contained in:
parent
e366d1f494
commit
cba1b621a8
60 changed files with 7188 additions and 0 deletions
16
.config/noctalia/colors.json
Normal file
16
.config/noctalia/colors.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"mError": "#ff4c4c",
|
||||
"mOnError": "#ffffff",
|
||||
"mOnPrimary": "#000000",
|
||||
"mOnSecondary": "#ffffff",
|
||||
"mOnSurface": "#ffffff",
|
||||
"mOnSurfaceVariant": "#ffffff",
|
||||
"mOnTertiary": "#ffffff",
|
||||
"mOutline": "#4c4c4c",
|
||||
"mPrimary": "#7fccff",
|
||||
"mSecondary": "#4c4c4c",
|
||||
"mShadow": "#000000",
|
||||
"mSurface": "#191919",
|
||||
"mSurfaceVariant": "#191919",
|
||||
"mTertiary": "#2c2c2c"
|
||||
}
|
||||
187
.config/noctalia/settings.json
Normal file
187
.config/noctalia/settings.json
Normal file
|
|
@ -0,0 +1,187 @@
|
|||
{
|
||||
"appLauncher": {
|
||||
"backgroundOpacity": 1,
|
||||
"enableClipboardHistory": true,
|
||||
"pinnedExecs": [
|
||||
],
|
||||
"position": "center"
|
||||
},
|
||||
"audio": {
|
||||
"cavaFrameRate": 30,
|
||||
"mprisBlacklist": [
|
||||
],
|
||||
"preferredPlayer": "",
|
||||
"showMiniplayerAlbumArt": true,
|
||||
"showMiniplayerCava": false,
|
||||
"visualizerType": "linear",
|
||||
"volumeStep": 5
|
||||
},
|
||||
"bar": {
|
||||
"alwaysShowBatteryPercentage": false,
|
||||
"backgroundOpacity": 1,
|
||||
"monitors": [
|
||||
"eDP-1"
|
||||
],
|
||||
"position": "top",
|
||||
"showActiveWindowIcon": true,
|
||||
"showNetworkStats": false,
|
||||
"showWorkspaceLabel": "none",
|
||||
"useDistroLogo": false,
|
||||
"widgets": {
|
||||
"center": [
|
||||
{
|
||||
"id": "NotificationHistory"
|
||||
},
|
||||
{
|
||||
"id": "Clock"
|
||||
}
|
||||
],
|
||||
"left": [
|
||||
{
|
||||
"id": "Workspace"
|
||||
},
|
||||
{
|
||||
"id": "MediaMini"
|
||||
},
|
||||
{
|
||||
"id": "ActiveWindow"
|
||||
}
|
||||
],
|
||||
"right": [
|
||||
{
|
||||
"id": "ScreenRecorderIndicator"
|
||||
},
|
||||
{
|
||||
"id": "Tray"
|
||||
},
|
||||
{
|
||||
"id": "WiFi"
|
||||
},
|
||||
{
|
||||
"id": "Bluetooth"
|
||||
},
|
||||
{
|
||||
"id": "Battery"
|
||||
},
|
||||
{
|
||||
"id": "Volume"
|
||||
},
|
||||
{
|
||||
"id": "Brightness"
|
||||
},
|
||||
{
|
||||
"id": "NightLight"
|
||||
},
|
||||
{
|
||||
"id": "SidePanelToggle"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"brightness": {
|
||||
"brightnessStep": 5
|
||||
},
|
||||
"colorSchemes": {
|
||||
"darkMode": true,
|
||||
"predefinedScheme": "/home/never/.config/quickshell/noctalia-shell/Assets/ColorScheme/Niri.json",
|
||||
"useWallpaperColors": false
|
||||
},
|
||||
"dock": {
|
||||
"autoHide": false,
|
||||
"exclusive": false,
|
||||
"monitors": [
|
||||
]
|
||||
},
|
||||
"general": {
|
||||
"animationSpeed": 1,
|
||||
"avatarImage": "/home/never/.face",
|
||||
"dimDesktop": true,
|
||||
"radiusRatio": 0,
|
||||
"showScreenCorners": false
|
||||
},
|
||||
"hooks": {
|
||||
"darkModeChange": "",
|
||||
"enabled": false,
|
||||
"wallpaperChange": ""
|
||||
},
|
||||
"location": {
|
||||
"name": "Würzburg",
|
||||
"reverseDayMonth": true,
|
||||
"showDateWithClock": true,
|
||||
"use12HourClock": false,
|
||||
"useFahrenheit": false
|
||||
},
|
||||
"matugen": {
|
||||
"enableUserTemplates": false,
|
||||
"foot": false,
|
||||
"fuzzel": false,
|
||||
"ghostty": false,
|
||||
"gtk3": false,
|
||||
"gtk4": false,
|
||||
"kitty": false,
|
||||
"qt5": false,
|
||||
"qt6": false,
|
||||
"vesktop": false
|
||||
},
|
||||
"network": {
|
||||
"bluetoothEnabled": true,
|
||||
"wifiEnabled": true
|
||||
},
|
||||
"nightLight": {
|
||||
"autoSchedule": true,
|
||||
"dayTemp": "6500",
|
||||
"enabled": true,
|
||||
"manualSunrise": "06:30",
|
||||
"manualSunset": "18:30",
|
||||
"nightTemp": "4000"
|
||||
},
|
||||
"notifications": {
|
||||
"monitors": [
|
||||
"eDP-1"
|
||||
]
|
||||
},
|
||||
"screenRecorder": {
|
||||
"audioCodec": "opus",
|
||||
"audioSource": "default_output",
|
||||
"colorRange": "limited",
|
||||
"directory": "~/Videos",
|
||||
"frameRate": 60,
|
||||
"quality": "very_high",
|
||||
"showCursor": true,
|
||||
"videoCodec": "h264",
|
||||
"videoSource": "portal"
|
||||
},
|
||||
"settingsVersion": 1,
|
||||
"ui": {
|
||||
"fontBillboard": "Inter",
|
||||
"fontDefault": "Roboto",
|
||||
"fontFixed": "Source Code Pro",
|
||||
"idleInhibitorEnabled": false,
|
||||
"monitorsScaling": [
|
||||
{
|
||||
"name": "eDP-1",
|
||||
"scale": 0.7999999999999999
|
||||
}
|
||||
]
|
||||
},
|
||||
"wallpaper": {
|
||||
"directory": "/home/never/.local/share/wallpapers/",
|
||||
"enableMultiMonitorDirectories": true,
|
||||
"enabled": true,
|
||||
"fillColor": "#000000",
|
||||
"fillMode": "crop",
|
||||
"monitors": [
|
||||
{
|
||||
"directory": "/home/never/.local/share/wallpapers/",
|
||||
"name": "eDP-1",
|
||||
"wallpaper": "/home/never/.local/share/wallpapers//scarlet-tree-dark.png"
|
||||
}
|
||||
],
|
||||
"randomEnabled": false,
|
||||
"randomIntervalSec": 300,
|
||||
"setWallpaperOnAllMonitors": true,
|
||||
"transitionDuration": 1500,
|
||||
"transitionEdgeSmoothness": 0.05,
|
||||
"transitionType": "random"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue