From 47a45cb2858945fd37f1898d21d59bd5e529caa0 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Sat, 16 May 2026 20:53:25 +0200 Subject: [PATCH] desktop: drop noctalia dotfiles and inventory vars Remove the noctalia config tree and its desktop_void_dotfiles entry, plus the unused noctalia_bar_monitors / noctalia_screen_overrides vars. Not used by any role. Co-Authored-By: Claude Opus 4.7 --- ansible/inventory/group_vars/desktop.yml | 5 - ansible/inventory/group_vars/void.yml | 4 - dotfiles/desktop/.config/noctalia/colors.json | 18 ---- .../Lilac AMOLED/Lilac AMOLED.json | 90 ------------------ .../Rosey AMOLED/Rosey AMOLED.json | 90 ------------------ .../noctalia/colorschemes/Vesper/Vesper.json | 94 ------------------- .../desktop/.config/noctalia/plugins.json | 28 ------ .../noctalia/plugins/clipper/settings.json | 84 ----------------- 8 files changed, 413 deletions(-) delete mode 100644 dotfiles/desktop/.config/noctalia/colors.json delete mode 100644 dotfiles/desktop/.config/noctalia/colorschemes/Lilac AMOLED/Lilac AMOLED.json delete mode 100644 dotfiles/desktop/.config/noctalia/colorschemes/Rosey AMOLED/Rosey AMOLED.json delete mode 100644 dotfiles/desktop/.config/noctalia/colorschemes/Vesper/Vesper.json delete mode 100644 dotfiles/desktop/.config/noctalia/plugins.json delete mode 100644 dotfiles/desktop/.config/noctalia/plugins/clipper/settings.json diff --git a/ansible/inventory/group_vars/desktop.yml b/ansible/inventory/group_vars/desktop.yml index 23aa315..148854a 100644 --- a/ansible/inventory/group_vars/desktop.yml +++ b/ansible/inventory/group_vars/desktop.yml @@ -182,11 +182,6 @@ desktop_sway_dotfiles: dest: .config/alacritty/ mode: preserve -noctalia_bar_monitors: - - DP-1 - -noctalia_screen_overrides: [] - desktop_flatpak_packages: - be.alexandervanhee.gradia - ch.protonmail.protonmail-bridge diff --git a/ansible/inventory/group_vars/void.yml b/ansible/inventory/group_vars/void.yml index 0a0013a..87796f2 100644 --- a/ansible/inventory/group_vars/void.yml +++ b/ansible/inventory/group_vars/void.yml @@ -130,10 +130,6 @@ desktop_void_dotfiles: src: .local/bin/update-turnstile-env dest: .local/bin/update-turnstile-env mode: "0755" - - name: Noctalia config - src: .config/noctalia/ - dest: .config/noctalia/ - mode: preserve desktop_common_packages: - blueman diff --git a/dotfiles/desktop/.config/noctalia/colors.json b/dotfiles/desktop/.config/noctalia/colors.json deleted file mode 100644 index 64d7b79..0000000 --- a/dotfiles/desktop/.config/noctalia/colors.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "mError": "#d95757", - "mHover": "#39bae6", - "mOnError": "#0b0e14", - "mOnHover": "#0b0e14", - "mOnPrimary": "#0b0e14", - "mOnSecondary": "#0b0e14", - "mOnSurface": "#d1d1c7", - "mOnSurfaceVariant": "#8e959e", - "mOnTertiary": "#0b0e14", - "mOutline": "#565b66", - "mPrimary": "#e6b450", - "mSecondary": "#aad94c", - "mShadow": "#000000", - "mSurface": "#0b0e14", - "mSurfaceVariant": "#1e222a", - "mTertiary": "#39bae6" -} diff --git a/dotfiles/desktop/.config/noctalia/colorschemes/Lilac AMOLED/Lilac AMOLED.json b/dotfiles/desktop/.config/noctalia/colorschemes/Lilac AMOLED/Lilac AMOLED.json deleted file mode 100644 index 4c3508f..0000000 --- a/dotfiles/desktop/.config/noctalia/colorschemes/Lilac AMOLED/Lilac AMOLED.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "dark": { - "mPrimary": "#b58fff", - "mOnPrimary": "#000000", - "mSecondary": "#c79aff", - "mOnSecondary": "#000000", - "mTertiary": "#d8b4ff", - "mOnTertiary": "#000000", - "mError": "#ff6f9b", - "mOnError": "#000000", - "mSurface": "#000000", - "mOnSurface": "#e8d8ff", - "mSurfaceVariant": "#110d1a", - "mOnSurfaceVariant": "#b58fff", - "mOutline": "#4c3a70", - "mShadow": "#000000", - "terminal": { - "foreground": "#e8d8ff", - "background": "#000000", - "selectionFg": "#e8d8ff", - "selectionBg": "#4c3a70", - "cursorText": "#000000", - "cursor": "#e8d8ff", - "normal": { - "black": "#000000", - "red": "#ff6f9b", - "green": "#a8e6cf", - "yellow": "#d8b4ff", - "blue": "#b58fff", - "magenta": "#c79aff", - "cyan": "#e0c1ff", - "white": "#e8d8ff" - }, - "bright": { - "black": "#4c3a70", - "red": "#ff8cb3", - "green": "#b8f0d8", - "yellow": "#e6d1ff", - "blue": "#c9a8ff", - "magenta": "#d4b8ff", - "cyan": "#f0e0ff", - "white": "#f5f0ff" - } - } - }, - "light": { - "mPrimary": "#8a56d4", - "mOnPrimary": "#ffffff", - "mSecondary": "#a074ff", - "mOnSecondary": "#ffffff", - "mTertiary": "#c79aff", - "mOnTertiary": "#ffffff", - "mError": "#ff6f9b", - "mOnError": "#ffffff", - "mSurface": "#fbf8ff", - "mOnSurface": "#1a1428", - "mSurfaceVariant": "#e8e0f8", - "mOnSurfaceVariant": "#8a56d4", - "mOutline": "#9b85c2", - "mShadow": "#e2d8f5", - "terminal": { - "foreground": "#1a1428", - "background": "#fbf8ff", - "selectionFg": "#1a1428", - "selectionBg": "#e8e0f8", - "cursorText": "#fbf8ff", - "cursor": "#1a1428", - "normal": { - "black": "#6b5b95", - "red": "#ff6f9b", - "green": "#6fb58f", - "yellow": "#c79aff", - "blue": "#8a56d4", - "magenta": "#a074ff", - "cyan": "#b89fff", - "white": "#1a1428" - }, - "bright": { - "black": "#9b85c2", - "red": "#ff8cb3", - "green": "#85d7a8", - "yellow": "#e0c1ff", - "blue": "#b58fff", - "magenta": "#c79aff", - "cyan": "#d8b4ff", - "white": "#120f1f" - } - } - } -} diff --git a/dotfiles/desktop/.config/noctalia/colorschemes/Rosey AMOLED/Rosey AMOLED.json b/dotfiles/desktop/.config/noctalia/colorschemes/Rosey AMOLED/Rosey AMOLED.json deleted file mode 100644 index 5b8eedc..0000000 --- a/dotfiles/desktop/.config/noctalia/colorschemes/Rosey AMOLED/Rosey AMOLED.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "dark": { - "mPrimary": "#ff8cb3", - "mOnPrimary": "#000000", - "mSecondary": "#ffb3cc", - "mOnSecondary": "#000000", - "mTertiary": "#ffcce0", - "mOnTertiary": "#000000", - "mError": "#ff99b8", - "mOnError": "#000000", - "mSurface": "#000000", - "mOnSurface": "#ffe0eb", - "mSurfaceVariant": "#1a0f16", - "mOnSurfaceVariant": "#ff8cb3", - "mOutline": "#5a3f4d", - "mShadow": "#000000", - "terminal": { - "foreground": "#ffe0eb", - "background": "#000000", - "selectionFg": "#ffe0eb", - "selectionBg": "#5a3f4d", - "cursorText": "#000000", - "cursor": "#ffe0eb", - "normal": { - "black": "#000000", - "red": "#ff99b8", - "green": "#ffccdd", - "yellow": "#ffcce0", - "blue": "#ff8cb3", - "magenta": "#ffb3cc", - "cyan": "#ffd6e8", - "white": "#ffe0eb" - }, - "bright": { - "black": "#5a3f4d", - "red": "#ffb8cc", - "green": "#ffd6e8", - "yellow": "#ffe0f0", - "blue": "#ffa8c2", - "magenta": "#ffccdd", - "cyan": "#ffe8f2", - "white": "#fff0f5" - } - } - }, - "light": { - "mPrimary": "#e57399", - "mOnPrimary": "#ffffff", - "mSecondary": "#ff99b8", - "mOnSecondary": "#ffffff", - "mTertiary": "#ffb3cc", - "mOnTertiary": "#ffffff", - "mError": "#ff99b8", - "mOnError": "#ffffff", - "mSurface": "#fff5fa", - "mOnSurface": "#2c1822", - "mSurfaceVariant": "#f5d6e3", - "mOnSurfaceVariant": "#e57399", - "mOutline": "#b38099", - "mShadow": "#f0d0e0", - "terminal": { - "foreground": "#2c1822", - "background": "#fff5fa", - "selectionFg": "#2c1822", - "selectionBg": "#f5d6e3", - "cursorText": "#fff5fa", - "cursor": "#2c1822", - "normal": { - "black": "#8c6075", - "red": "#ff99b8", - "green": "#e599b3", - "yellow": "#ffb3cc", - "blue": "#e57399", - "magenta": "#ff99b8", - "cyan": "#ffb8d1", - "white": "#2c1822" - }, - "bright": { - "black": "#b38099", - "red": "#ffb8cc", - "green": "#ffccdd", - "yellow": "#ffcce0", - "blue": "#ff8cb3", - "magenta": "#ffb3cc", - "cyan": "#ffd6e8", - "white": "#1a1015" - } - } - } -} diff --git a/dotfiles/desktop/.config/noctalia/colorschemes/Vesper/Vesper.json b/dotfiles/desktop/.config/noctalia/colorschemes/Vesper/Vesper.json deleted file mode 100644 index 07e9a84..0000000 --- a/dotfiles/desktop/.config/noctalia/colorschemes/Vesper/Vesper.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "dark": { - "mPrimary": "#FFC799", - "mOnPrimary": "#000000", - "mSecondary": "#99FFE4", - "mOnSecondary": "#000000", - "mTertiary": "#FBADFF", - "mOnTertiary": "#000000", - "mError": "#FF8080", - "mOnError": "#000000", - "mSurface": "#0C0C0C", - "mOnSurface": "#FFFFFF", - "mSurfaceVariant": "#1C1C1C", - "mOnSurfaceVariant": "#A0A0A0", - "mOutline": "#505050", - "mShadow": "#000000", - "mHover": "#282828", - "mOnHover": "#FFFFFF", - "terminal": { - "foreground": "#FFFFFF", - "background": "#0C0C0C", - "normal": { - "black": "#0C0C0C", - "red": "#FF8080", - "green": "#99FFE4", - "yellow": "#FFC799", - "blue": "#80B3FF", - "magenta": "#FBADFF", - "cyan": "#99FFE4", - "white": "#A0A0A0" - }, - "bright": { - "black": "#505050", - "red": "#FF8080", - "green": "#99FFE4", - "yellow": "#FFC799", - "blue": "#80B3FF", - "magenta": "#FBADFF", - "cyan": "#99FFE4", - "white": "#FFFFFF" - }, - "cursor": "#FFFFFF", - "cursorText": "#000000", - "selectionFg": "#000000", - "selectionBg": "#FFC799" - } - }, - "light": { - "mPrimary": "#FFB170", - "mOnPrimary": "#0C0C0C", - "mSecondary": "#00CC99", - "mOnSecondary": "#0C0C0C", - "mTertiary": "#FBADFF", - "mOnTertiary": "#0C0C0C", - "mError": "#FF8080", - "mOnError": "#0C0C0C", - "mSurface": "#F2F2F2", - "mOnSurface": "#0C0C0C", - "mSurfaceVariant": "#E5E5E5", - "mOnSurfaceVariant": "#282828", - "mOutline": "#505050", - "mShadow": "#D9D9D9", - "mHover": "#E0E0E0", - "mOnHover": "#0C0C0C", - "terminal": { - "foreground": "#0C0C0C", - "background": "#F2F2F2", - "normal": { - "black": "#F2F2F2", - "red": "#FF8080", - "green": "#00CC99", - "yellow": "#FFC799", - "blue": "#004A77", - "magenta": "#FBADFF", - "cyan": "#006B57", - "white": "#505050" - }, - "bright": { - "black": "#A0A0A0", - "red": "#FF8080", - "green": "#00CC99", - "yellow": "#FFC799", - "blue": "#80B3FF", - "magenta": "#FBADFF", - "cyan": "#99FFE4", - "white": "#0C0C0C" - }, - "cursor": "#0C0C0C", - "cursorText": "#F2F2F2", - "selectionFg": "#F2F2F2", - "selectionBg": "#FFC799" - } - } -} diff --git a/dotfiles/desktop/.config/noctalia/plugins.json b/dotfiles/desktop/.config/noctalia/plugins.json deleted file mode 100644 index 435db85..0000000 --- a/dotfiles/desktop/.config/noctalia/plugins.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "sources": [ - { - "enabled": true, - "name": "Noctalia Plugins", - "url": "https://github.com/noctalia-dev/noctalia-plugins" - } - ], - "states": { - "clipper": { - "enabled": true, - "sourceUrl": "https://github.com/noctalia-dev/noctalia-plugins" - }, - "polkit-agent": { - "enabled": true, - "sourceUrl": "https://github.com/noctalia-dev/noctalia-plugins" - }, - "screenshot": { - "enabled": true, - "sourceUrl": "https://github.com/noctalia-dev/noctalia-plugins" - }, - "usb-drive-manager": { - "enabled": true, - "sourceUrl": "https://github.com/noctalia-dev/noctalia-plugins" - } - }, - "version": 2 -} diff --git a/dotfiles/desktop/.config/noctalia/plugins/clipper/settings.json b/dotfiles/desktop/.config/noctalia/plugins/clipper/settings.json deleted file mode 100644 index f0d0259..0000000 --- a/dotfiles/desktop/.config/noctalia/plugins/clipper/settings.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "message": "Clipboard Panel", - "backgroundColor": "#fabd2f", - "cardColors": { - "Text": { - "bg": "mOutline", - "separator": "mSurface", - "fg": "mOnSurface" - }, - "Image": { - "bg": "mTertiary", - "separator": "mSurface", - "fg": "mOnTertiary" - }, - "Link": { - "bg": "mPrimary", - "separator": "mSurface", - "fg": "mOnPrimary" - }, - "Code": { - "bg": "mSecondary", - "separator": "mSurface", - "fg": "mOnSecondary" - }, - "Color": { - "bg": "mSecondary", - "separator": "mSurface", - "fg": "mOnSecondary" - }, - "Emoji": { - "bg": "mHover", - "separator": "mSurface", - "fg": "mOnHover" - }, - "File": { - "bg": "mError", - "separator": "mSurface", - "fg": "mOnError" - } - }, - "customColors": { - "Text": { - "bg": "#555555", - "separator": "#000000", - "fg": "#e9e4f0" - }, - "Image": { - "bg": "#e0b7c9", - "separator": "#000000", - "fg": "#20161f" - }, - "Link": { - "bg": "#c7a1d8", - "separator": "#000000", - "fg": "#1a151f" - }, - "Code": { - "bg": "#a984c4", - "separator": "#000000", - "fg": "#f3edf7" - }, - "Color": { - "bg": "#a984c4", - "separator": "#000000", - "fg": "#f3edf7" - }, - "Emoji": { - "bg": "#e0b7c9", - "separator": "#000000", - "fg": "#20161f" - }, - "File": { - "bg": "#e9899d", - "separator": "#000000", - "fg": "#1e1418" - } - }, - "enableTodoIntegration": true, - "autoOpenPinnedPanel": false, - "pincardsEnabled": true, - "notecardsEnabled": true, - "showCloseButton": true, - "closeOnBackgroundClick": true -}