dev: automated commit - 2025-11-06 15:42:30
This commit is contained in:
parent
3723c80876
commit
1ce29c0997
4 changed files with 351 additions and 1 deletions
16
noctalia/.config/noctalia/colors.json
Normal file
16
noctalia/.config/noctalia/colors.json
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"mError": "#eb6f92",
|
||||||
|
"mOnError": "#191724",
|
||||||
|
"mOnPrimary": "#191724",
|
||||||
|
"mOnSecondary": "#191724",
|
||||||
|
"mOnSurface": "#e0def4",
|
||||||
|
"mOnSurfaceVariant": "#908caa",
|
||||||
|
"mOnTertiary": "#e0def4",
|
||||||
|
"mOutline": "#403d52",
|
||||||
|
"mPrimary": "#ebbcba",
|
||||||
|
"mSecondary": "#9ccfd8",
|
||||||
|
"mShadow": "#191724",
|
||||||
|
"mSurface": "#1f1d2e",
|
||||||
|
"mSurfaceVariant": "#26233a",
|
||||||
|
"mTertiary": "#31748f"
|
||||||
|
}
|
||||||
331
noctalia/.config/noctalia/settings.json
Normal file
331
noctalia/.config/noctalia/settings.json
Normal file
|
|
@ -0,0 +1,331 @@
|
||||||
|
{
|
||||||
|
"appLauncher": {
|
||||||
|
"backgroundOpacity": 1,
|
||||||
|
"customLaunchPrefix": "",
|
||||||
|
"customLaunchPrefixEnabled": false,
|
||||||
|
"enableClipboardHistory": true,
|
||||||
|
"pinnedExecs": [
|
||||||
|
],
|
||||||
|
"position": "center",
|
||||||
|
"sortByMostUsed": true,
|
||||||
|
"terminalCommand": "kitty -e",
|
||||||
|
"useApp2Unit": false
|
||||||
|
},
|
||||||
|
"audio": {
|
||||||
|
"cavaFrameRate": 60,
|
||||||
|
"mprisBlacklist": [
|
||||||
|
],
|
||||||
|
"preferredPlayer": "",
|
||||||
|
"visualizerType": "linear",
|
||||||
|
"volumeOverdrive": false,
|
||||||
|
"volumeStep": 5
|
||||||
|
},
|
||||||
|
"bar": {
|
||||||
|
"backgroundOpacity": 0.42,
|
||||||
|
"density": "comfortable",
|
||||||
|
"exclusive": true,
|
||||||
|
"floating": true,
|
||||||
|
"marginHorizontal": 0.42,
|
||||||
|
"marginVertical": 0.13,
|
||||||
|
"monitors": [
|
||||||
|
"HDMI-A-1",
|
||||||
|
"DP-1"
|
||||||
|
],
|
||||||
|
"outerCorners": false,
|
||||||
|
"position": "top",
|
||||||
|
"showCapsule": true,
|
||||||
|
"widgets": {
|
||||||
|
"center": [
|
||||||
|
{
|
||||||
|
"hideMode": "hidden",
|
||||||
|
"hideWhenIdle": false,
|
||||||
|
"id": "MediaMini",
|
||||||
|
"maxWidth": 145,
|
||||||
|
"scrollingMode": "hover",
|
||||||
|
"showAlbumArt": false,
|
||||||
|
"showVisualizer": false,
|
||||||
|
"useFixedWidth": false,
|
||||||
|
"visualizerType": "linear"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"left": [
|
||||||
|
{
|
||||||
|
"characterCount": 1,
|
||||||
|
"hideUnoccupied": true,
|
||||||
|
"id": "Workspace",
|
||||||
|
"labelMode": "index"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"colorizeIcons": false,
|
||||||
|
"hideMode": "transparent",
|
||||||
|
"id": "ActiveWindow",
|
||||||
|
"maxWidth": 145,
|
||||||
|
"scrollingMode": "hover",
|
||||||
|
"showIcon": true,
|
||||||
|
"useFixedWidth": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"right": [
|
||||||
|
{
|
||||||
|
"id": "SystemMonitor",
|
||||||
|
"showCpuTemp": true,
|
||||||
|
"showCpuUsage": true,
|
||||||
|
"showDiskUsage": false,
|
||||||
|
"showMemoryAsPercent": false,
|
||||||
|
"showMemoryUsage": true,
|
||||||
|
"showNetworkStats": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ScreenRecorder"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hideWhenZero": true,
|
||||||
|
"id": "NotificationHistory",
|
||||||
|
"showUnreadBadge": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"displayMode": "onhover",
|
||||||
|
"id": "Volume"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"customFont": "",
|
||||||
|
"formatHorizontal": "HH:mm ddd, MMM dd",
|
||||||
|
"formatVertical": "HH mm - dd MM",
|
||||||
|
"id": "Clock",
|
||||||
|
"useCustomFont": false,
|
||||||
|
"usePrimaryColor": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"customIconPath": "",
|
||||||
|
"icon": "noctalia",
|
||||||
|
"id": "ControlCenter",
|
||||||
|
"useDistroLogo": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"blacklist": [
|
||||||
|
],
|
||||||
|
"colorizeIcons": false,
|
||||||
|
"favorites": [
|
||||||
|
],
|
||||||
|
"id": "Tray"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"battery": {
|
||||||
|
"chargingMode": 0
|
||||||
|
},
|
||||||
|
"brightness": {
|
||||||
|
"brightnessStep": 5,
|
||||||
|
"enableDdcSupport": false,
|
||||||
|
"enforceMinimum": true
|
||||||
|
},
|
||||||
|
"colorSchemes": {
|
||||||
|
"darkMode": true,
|
||||||
|
"generateTemplatesForPredefined": true,
|
||||||
|
"manualSunrise": "06:30",
|
||||||
|
"manualSunset": "18:30",
|
||||||
|
"matugenSchemeType": "scheme-fruit-salad",
|
||||||
|
"predefinedScheme": "Rosepine",
|
||||||
|
"schedulingMode": "off",
|
||||||
|
"useWallpaperColors": false
|
||||||
|
},
|
||||||
|
"controlCenter": {
|
||||||
|
"cards": [
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"id": "profile-card"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"id": "shortcuts-card"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"id": "audio-card"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"id": "weather-card"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"id": "media-sysmon-card"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"position": "top_center",
|
||||||
|
"shortcuts": {
|
||||||
|
"left": [
|
||||||
|
{
|
||||||
|
"id": "WiFi"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "Bluetooth"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "ScreenRecorder"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "WallpaperSelector"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"right": [
|
||||||
|
{
|
||||||
|
"id": "Notifications"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "PowerProfile"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "KeepAwake"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "NightLight"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dock": {
|
||||||
|
"backgroundOpacity": 1,
|
||||||
|
"colorizeIcons": false,
|
||||||
|
"displayMode": "always_visible",
|
||||||
|
"enabled": false,
|
||||||
|
"floatingRatio": 1,
|
||||||
|
"monitors": [
|
||||||
|
],
|
||||||
|
"onlySameOutput": true,
|
||||||
|
"pinnedApps": [
|
||||||
|
],
|
||||||
|
"size": 1
|
||||||
|
},
|
||||||
|
"general": {
|
||||||
|
"animationDisabled": true,
|
||||||
|
"animationSpeed": 1,
|
||||||
|
"avatarImage": "/home/mzunino/Downloads/6627528.jpg",
|
||||||
|
"compactLockScreen": true,
|
||||||
|
"dimDesktop": false,
|
||||||
|
"enableShadows": false,
|
||||||
|
"forceBlackScreenCorners": true,
|
||||||
|
"language": "",
|
||||||
|
"lockOnSuspend": true,
|
||||||
|
"radiusRatio": 1,
|
||||||
|
"scaleRatio": 1,
|
||||||
|
"screenRadiusRatio": 1,
|
||||||
|
"shadowDirection": "bottom_right",
|
||||||
|
"shadowOffsetX": 2,
|
||||||
|
"shadowOffsetY": 3,
|
||||||
|
"showScreenCorners": false
|
||||||
|
},
|
||||||
|
"hooks": {
|
||||||
|
"darkModeChange": "",
|
||||||
|
"enabled": false,
|
||||||
|
"wallpaperChange": ""
|
||||||
|
},
|
||||||
|
"location": {
|
||||||
|
"analogClockInCalendar": false,
|
||||||
|
"firstDayOfWeek": -1,
|
||||||
|
"name": "Uruguay",
|
||||||
|
"showCalendarEvents": true,
|
||||||
|
"showCalendarWeather": true,
|
||||||
|
"showWeekNumberInCalendar": false,
|
||||||
|
"use12hourFormat": false,
|
||||||
|
"useFahrenheit": false,
|
||||||
|
"weatherEnabled": true
|
||||||
|
},
|
||||||
|
"network": {
|
||||||
|
"wifiEnabled": false
|
||||||
|
},
|
||||||
|
"nightLight": {
|
||||||
|
"autoSchedule": true,
|
||||||
|
"dayTemp": "6500",
|
||||||
|
"enabled": false,
|
||||||
|
"forced": false,
|
||||||
|
"manualSunrise": "06:30",
|
||||||
|
"manualSunset": "18:30",
|
||||||
|
"nightTemp": "4000"
|
||||||
|
},
|
||||||
|
"notifications": {
|
||||||
|
"backgroundOpacity": 1,
|
||||||
|
"criticalUrgencyDuration": 15,
|
||||||
|
"doNotDisturb": false,
|
||||||
|
"location": "top_right",
|
||||||
|
"lowUrgencyDuration": 3,
|
||||||
|
"monitors": [
|
||||||
|
],
|
||||||
|
"normalUrgencyDuration": 8,
|
||||||
|
"overlayLayer": true,
|
||||||
|
"respectExpireTimeout": false
|
||||||
|
},
|
||||||
|
"osd": {
|
||||||
|
"autoHideMs": 2000,
|
||||||
|
"enabled": true,
|
||||||
|
"location": "top_right",
|
||||||
|
"monitors": [
|
||||||
|
],
|
||||||
|
"overlayLayer": true
|
||||||
|
},
|
||||||
|
"screenRecorder": {
|
||||||
|
"audioCodec": "opus",
|
||||||
|
"audioSource": "default_output",
|
||||||
|
"colorRange": "limited",
|
||||||
|
"directory": "/home/mzunino/Videos",
|
||||||
|
"frameRate": 60,
|
||||||
|
"quality": "very_high",
|
||||||
|
"showCursor": true,
|
||||||
|
"videoCodec": "h264",
|
||||||
|
"videoSource": "portal"
|
||||||
|
},
|
||||||
|
"settingsVersion": 18,
|
||||||
|
"setupCompleted": true,
|
||||||
|
"templates": {
|
||||||
|
"alacritty": false,
|
||||||
|
"code": false,
|
||||||
|
"discord": false,
|
||||||
|
"discord_armcord": false,
|
||||||
|
"discord_dorion": false,
|
||||||
|
"discord_equibop": false,
|
||||||
|
"discord_lightcord": false,
|
||||||
|
"discord_vesktop": false,
|
||||||
|
"discord_webcord": false,
|
||||||
|
"enableUserTemplates": false,
|
||||||
|
"foot": false,
|
||||||
|
"fuzzel": false,
|
||||||
|
"ghostty": false,
|
||||||
|
"gtk": false,
|
||||||
|
"kcolorscheme": false,
|
||||||
|
"kitty": false,
|
||||||
|
"pywalfox": false,
|
||||||
|
"qt": false,
|
||||||
|
"vicinae": false,
|
||||||
|
"walker": false,
|
||||||
|
"wezterm": false
|
||||||
|
},
|
||||||
|
"ui": {
|
||||||
|
"fontDefault": "Roboto",
|
||||||
|
"fontDefaultScale": 1,
|
||||||
|
"fontFixed": "DejaVu Sans Mono",
|
||||||
|
"fontFixedScale": 1,
|
||||||
|
"panelsAttachedToBar": true,
|
||||||
|
"panelsOverlayLayer": false,
|
||||||
|
"tooltipsEnabled": true
|
||||||
|
},
|
||||||
|
"wallpaper": {
|
||||||
|
"defaultWallpaper": "/nix/store/q8gbabnhr8b2r4s57d1pgchqvz0hf0cc-noctalia-shell-76a182a90cd31539019fb3c99f002ea56d028df3/share/noctalia-shell/Assets/Wallpaper/noctalia.png",
|
||||||
|
"directory": "/home/mzunino/Pictures/Wallpapers",
|
||||||
|
"enableMultiMonitorDirectories": false,
|
||||||
|
"enabled": false,
|
||||||
|
"fillColor": "#000000",
|
||||||
|
"fillMode": "crop",
|
||||||
|
"monitors": [
|
||||||
|
],
|
||||||
|
"overviewEnabled": true,
|
||||||
|
"panelPosition": "follow_bar",
|
||||||
|
"randomEnabled": false,
|
||||||
|
"randomIntervalSec": 300,
|
||||||
|
"recursiveSearch": false,
|
||||||
|
"setWallpaperOnAllMonitors": true,
|
||||||
|
"transitionDuration": 1500,
|
||||||
|
"transitionEdgeSmoothness": 0.05,
|
||||||
|
"transitionType": "random"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -14,7 +14,8 @@ exec {
|
||||||
# # User Interface
|
# # User Interface
|
||||||
exec {
|
exec {
|
||||||
~/.local/bin/randwall
|
~/.local/bin/randwall
|
||||||
~/.local/bin/waybar.sh
|
noctalia-shell
|
||||||
|
# ~/.local/bin/waybar.sh
|
||||||
}
|
}
|
||||||
#
|
#
|
||||||
# Applications
|
# Applications
|
||||||
|
|
|
||||||
|
|
@ -38,4 +38,6 @@ assign [instance="vivaldi-stable"] 2
|
||||||
assign [class="Vivaldi-stable"] 2
|
assign [class="Vivaldi-stable"] 2
|
||||||
assign [app_id="Slack"] 1
|
assign [app_id="Slack"] 1
|
||||||
assign [app_id="^Chromium"] 1
|
assign [app_id="^Chromium"] 1
|
||||||
|
assign [title=".*Microsoft Teams.*"] 1
|
||||||
|
assign [title=".*Outlook.*"] 1
|
||||||
assign [instance="obsidian"] 10
|
assign [instance="obsidian"] 10
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue