A desktop application built with Python and PySide6 for creating persistent virtual sticky notes.
- When the CRS or Default theme is selected from a note, all currently visible notes immediately switch to the selected theme.
- The theme change is saved for every visible note and restored in the next session.
- Hidden notes keep their existing theme and are not modified until they are visible during a new theme change.
- Create, edit, duplicate, and delete notes.
- Show or hide each note using the checkbox in the note list.
- Automatically save text, title, color, position, and size.
- Restore visible notes and their order when the next session starts.
- Reorder notes by dragging items in the manager panel.
- Includes eight pastel colors and a custom color picker.
- Includes the Default and CRS themes.
- Change the theme of all visible notes at the same time.
- Choose individually whether each note behaves as a normal window or stays above all other windows.
- Includes an English / Español language selector, with English as the default language and persistent language preferences.
- Note scrollbars are invisible, while scrolling remains available through the mouse wheel, keyboard, or touchpad.
- Vertical manager panel with a minimum size of 423 × 623 px.
- Linux system tray integration.
Extract this version and run the installer again:
chmod +x install.sh
./install.shThe installer replaces the application while preserving saved notes, positions, colors, themes, and individual always-on-top settings.
chmod +x run.sh
./run.shOn the first run, the script creates a virtual environment and installs PySide6.
chmod +x install.sh
./install.shThen search for Virtual Sticky Notes or Notas Adhesivas in your Linux application menu.
chmod +x uninstall.sh
./uninstall.shNotes continue using the same data location as previous versions, usually:
~/.local/share/SantiApps/Notas Adhesivas/
The selected language is stored through the local Qt settings for SantiApps/virtual-sticky-notes.
On some Wayland desktop environments, the compositor may limit the option to keep a window above all others. This behavior is usually more consistent on X11.
Aplicación de escritorio desarrollada con Python y PySide6 para crear notas adhesivas virtuales persistentes.
- Al seleccionar el tema CRS o Por defecto desde una nota, todas las notas visibles cambian inmediatamente al tema elegido.
- El cambio de tema se guarda en cada una de las notas visibles para restaurarlo en la próxima sesión.
- Las notas ocultas conservan el tema que tenían y no se modifican hasta que estén visibles durante un nuevo cambio de tema.
- Crea, edita, duplica y elimina notas.
- Muestra u oculta cada nota mediante la casilla de la lista.
- Guarda automáticamente el texto, título, color, posición y tamaño.
- Restaura las notas visibles y su orden al abrir la siguiente sesión.
- Permite reordenar las notas arrastrando los elementos dentro del administrador.
- Incluye ocho colores pastel y un selector de color personalizado.
- Incluye los temas Por defecto y CRS.
- Cambia simultáneamente el tema de todas las notas visibles.
- Permite elegir individualmente si cada nota se comporta como una ventana normal o permanece encima de las demás ventanas.
- Incluye un selector de idioma English / Español, con inglés como idioma predeterminado y guardado automático de la preferencia.
- Las barras de desplazamiento de las notas son invisibles, pero el desplazamiento continúa funcionando con la rueda del mouse, el teclado o el touchpad.
- Panel vertical con un tamaño mínimo de 423 × 623 px.
- Integración con el área de notificación de Linux.
Descomprime esta versión y vuelve a ejecutar:
chmod +x install.sh
./install.shEl instalador reemplaza el programa, pero conserva las notas guardadas, sus posiciones, colores, temas y configuraciones individuales de superposición.
chmod +x run.sh
./run.shLa primera ejecución crea un entorno virtual e instala PySide6.
chmod +x install.sh
./install.shDespués busca Virtual Sticky Notes o Notas Adhesivas en el menú de aplicaciones de Linux.
chmod +x uninstall.sh
./uninstall.shLas notas continúan utilizando la misma ubicación de datos de las versiones anteriores, normalmente:
~/.local/share/SantiApps/Notas Adhesivas/
El idioma se guarda mediante la configuración local de Qt para SantiApps/virtual-sticky-notes.
En algunos escritorios que utilizan Wayland, el compositor puede limitar la opción de mantener una ventana siempre encima. En X11, este comportamiento suele ser más consistente.

