chore: deprecate StumpWM, Picom, and Neofetch configurations

This commit is contained in:
2025-05-24 21:39:17 +02:00
parent e87c0a9217
commit f720e6a57e
4 changed files with 43 additions and 22 deletions

View File

@@ -64,23 +64,6 @@ export default defineUserConfig({
'/git',
'/hyprland',
'/mpd',
'/neofetch',
'/picom',
{
text: 'StumpWM',
link: '/stumpwm/',
collapsible: true,
children: [
'/stumpwm/init',
'/stumpwm/colours',
'/stumpwm/mode-line',
'/stumpwm/groups',
'/stumpwm/theme',
'/stumpwm/commands',
'/stumpwm/keybindings',
'/stumpwm/utilities',
],
},
'/tmux',
{
text: 'Deprecated Configs',
@@ -91,8 +74,25 @@ export default defineUserConfig({
'/deprecated/bootstrap',
'/deprecated/i3',
'/deprecated/nano',
'/neofetch',
'/picom',
'/deprecated/polybar',
'/deprecated/spacemacs',
{
text: 'StumpWM',
link: '/stumpwm/',
collapsible: true,
children: [
'/stumpwm/init',
'/stumpwm/colours',
'/stumpwm/mode-line',
'/stumpwm/groups',
'/stumpwm/theme',
'/stumpwm/commands',
'/stumpwm/keybindings',
'/stumpwm/utilities',
],
},
],
},
],