Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eythaann/seelen-ui
The Fully Customizable Desktop Environment for Windows 10/11.
https://github.com/eythaann/seelen-ui
app-launcher desktop-application dock finder multilanguage taskbar tauri tauri-app tiling-window-manager toolbar tools topbar wallpaper web web-technologies windows windows-11
Last synced: about 22 hours ago
JSON representation
The Fully Customizable Desktop Environment for Windows 10/11.
- Host: GitHub
- URL: https://github.com/eythaann/seelen-ui
- Owner: eythaann
- License: other
- Created: 2024-02-16T18:03:35.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-11-24T09:02:43.000Z (about 2 months ago)
- Last Synced: 2024-11-24T19:55:08.699Z (about 2 months ago)
- Topics: app-launcher, desktop-application, dock, finder, multilanguage, taskbar, tauri, tauri-app, tiling-window-manager, toolbar, tools, topbar, wallpaper, web, web-technologies, windows, windows-11
- Language: Rust
- Homepage:
- Size: 46.4 MB
- Stars: 3,352
- Watchers: 19
- Forks: 83
- Open Issues: 79
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Contributing: CONTRIBUTING
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT
Awesome Lists containing this project
README
Seelen UI
Fully Customizable Desktop Environment for Windows
Available in 70+ Languages[![Contributors](https://img.shields.io/github/contributors/eythaann/seelen-ui.svg)](https://github.com/eythaann/seelen-ui/graphs/contributors)
[![Last Commit](https://img.shields.io/github/last-commit/eythaann/seelen-ui.svg)](https://github.com/eythaann/seelen-ui/commits/main)
[![Version](https://img.shields.io/github/v/release/eythaann/seelen-ui.svg)](https://github.com/eythaann/seelen-ui/releases)
[![Downloads](https://img.shields.io/github/downloads/eythaann/seelen-ui/total.svg)](https://github.com/eythaann/seelen-ui/releases)## Table of Contents
- [Overview](#overview)
- [Installation](#installation)
- [Microsoft Store (recommended)](#microsoft-store-emrecommendedem)
- [Winget](#winget)
- [.msix Installer](#msix-installer)
- [.exe Installer](#exe-installer)
- [Usage](#usage)
- [Upcoming Features](#upcoming-features)
- [Documentation](#documentation)
- [Languages](./documentation/languages.md)
- [Toolbar](./documentation/toolbar.md)
- [Themes](./documentation/themes.md)
- [Window Manager](./documentation/window_manager.md)
- [Project](./documentation/project.md)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)## Overview
Seelen UI is a tool designed to enhance your Windows desktop experience with a focus on customization and productivity. It integrates smoothly into your system, providing a range of features that allow you to personalize your desktop and optimize your workflow.* **Be Creative**: Seelen UI lets you tailor your desktop to fit your style and needs. You can adjust menus, widgets, icons, and other elements to create a personalized and visually appealing desktop environment.
![Seelen UI Custom Theme](./documentation/images/theme_preview.png)
* **Enhance Your Productivity**: Seelen UI helps you organize your desktop efficiently. With a Tiling Windows Manager, windows automatically arrange themselves to support multitasking, making your work more streamlined.
![Seelen UI Tiling Window Manager](./documentation/images/twm_preview.png)
* **Enjoy your music**: With an integrated media module that's compatible with most music players, Seelen UI allows you to enjoy your music seamlessly. You can pause, resume, and skip tracks at any time without the need to open additional windows.
![Seelen UI Media Module](./documentation/images/media_module_preview.png)
* **Be faster!**: With an app launcher inspired by Rofi, Seelen UI provides a simple and intuitive way to quickly access your applications and execute commands.
![Seelen UI App Launcher](./documentation/images/app_launcher_preview.png)
* **User-Friendly Configuration**: Seelen UI offers an intuitive interface for easy customization. Adjust settings such as themes, taskbar layouts, icons, etc. With just a few clicks.
![Seelen UI Settings](./documentation/images/settings_preview.png)
## Installation
> [!CAUTION]
> Seelen UI requires the WebView runtime to be installed. On Windows 11, it comes pre-installed with the system. However, on Windows 10, the WebView runtime is included with the `setup.exe` installer. Additionally, Microsoft Edge is necessary to function correctly. Some users may have modified their system and removed Edge, so please ensure both Edge and the WebView runtime are installed on your system.> [!NOTE]
> On fresh installations of Windows, the app might show a white or dark screen. You only need to update your Windows through Windows Update and restart your PC.You can choose from different installation options based on your preference:
### Microsoft Store (recommended)
Download the latest version from the [Store](https://www.microsoft.com/store/productId/9P67C2D4T9FB?ocid=pdpshare) page. This is the recommended option because you will receive updates and a secure version of the program.***Note***: It may take around 1 to 3 business days for changes to be reflected in the Microsoft Store, as updates are approved by real people in the store.
### Winget
Install the latest version using:``` pwsh
winget install --id Seelen.SeelenUI
```
This option also uses the signed `.msix` package and ensures you have the latest secure version. Similar to the Microsoft Store, it may take around 1 to 3 business days for changes to be reflected in Winget, as updates are approved by real people in the `winget-pkg` project.### .msix Installer
Download the `.msix` installer from the [Releases](https://github.com/eythaann/seelen-ui/releases) page. This package is signed, ensuring a secure installation. This is the same option as the Microsoft Store but is a portable installer.### .exe Installer
Download the latest version from the [Releases](https://github.com/eythaann/seelen-ui/releases) page and run the `setup.exe` installer. This option is less recommended as the installer is not signed, which may cause it to be flagged as a potential threat by some antivirus programs. The `setup.exe` is updated more quickly than the Microsoft Store or Winget versions and also it receives notifications updates on new release.## Usage
Once installed or extracted, simply open the program. The easy-to-use and intuitive GUI will guide you through the configuration process. Customize your desktop environment effortlessly.
## Documentation
For in-depth details on various aspects of Seelen UI, explore the following documents:
- [Languages](./documentation/languages.md) - Information regarding translations.
- [Toolbar](./documentation/toolbar.md) - Details about customizing and using the toolbar.
- [Themes](./documentation/themes.md) - Guidance on creating and applying themes.
- [Window Manager](./documentation/window_manager.md) - Instructions on configuring the window manager.
- [Project](./documentation/project.md) - General information about the project and its structure.## Upcoming Features
I’m excited to share some upcoming features for Seelen UI! Here’s a glimpse of what’s planned for the future:
### ~~App Launcher~~ ✅
I’m planning to develop an app launcher inspired by [Rofi](https://github.com/davatorium/rofi) on Linux. This feature will provide a sleek and highly customizable way to quickly access your applications.![App Launcher Preview](https://raw.githubusercontent.com/adi1090x/files/master/rofi/previews/colorful/main.gif)
*Image courtesy of [rofi-themes](https://github.com/dctxmei/rofi-themes)*### Customizable Popup Widgets
I aim to introduce a set of fully customizable popup widgets, similar to the features available in [EWW](https://github.com/elkowar/eww). These widgets will be highly configurable and adaptable to your needs, providing an enhanced and interactive way to manage your desktop environment.![Customizable Widgets Preview](https://raw.githubusercontent.com/adi1090x/widgets/main/previews/dashboard.png)
*Image courtesy of [adi1090x](https://github.com/adi1090x/widgets)*### Custom Alt + Tab (Task Switching)
An upgraded Alt + Tab system for task switching is on the horizon. This will offer a more visually appealing and functional experience, allowing for smoother transitions between open applications and windows.### Custom Virtual Desktops Viewer and Animations
I’m also working on a custom virtual desktops viewer and dynamic animations to improve navigation between different workspaces. This will provide a more intuitive and immersive multitasking experience.Stay tuned for more updates as I develop these features. I appreciate your support and enthusiasm!
Happy customizing!
The Seelen UI Team
## Contributing
We welcome contributions!
* Read the [Contribution Guidelines](CONTRIBUTING) to get started with terms.
* Read the [Project Documentation](documentation/project.md) to understand the project structure and how to use it.## License
See the [LICENSE](LICENSE) file for details.
## Contact
For inquiries and support, please contact me on [Discord](https://discord.gg/ABfASx5ZAJ).
## See you later
```
. .& _,x&"``
& . &' ;.&&'
&. . &.& .0&&&;&""`
. '& &.&&& .&&&&&'
.& ;&&& &&&&&'
&& &&&&&&&& &&&
0& . &&&&&&&&""
&& .0 &&&&&&&
0&& .&' &&&&&&
:&&&&& . &&&&&
0&&&& & &&&&&
&&&&' &&&&&&& .&&&x&
&&&& :&&&&&0.&' , .&&&&&&&&&&;.
&&&&. &&&&&&&& .&&&&&&&&&&' .
0&&&& &&&&&&& ,&&&&&&&&&&&& &
:&&&&; &&&&&0 ,;&&&&&&&&&&& ; .0
0&&&&&&&&&&0 ,;&&&&&&&&&&&&& & &;
0&&&&&&&&&&0 :',;".&&&&&&".& && &0
0&&&&&&&&&0 ',;',&&&&&" ,&' &&&&0
0&&&&&&&&&0 ,x&&&&" .&&& &&&&0
0&&&&&& .&&&&"'''"&&"&& &&&&&0
0&& .&&;`` `&: :& &&&&&&0
&"' &&&&&&&& &"& &"& &&&&&&&&0
0&&&&&&&&&&&&&&&&&&&&&&&&&0
0&&&&&&&&&&&&&&&&&&&0 Seelen
0&&&&&&&&&0
```