Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

Commit 040a42f

Browse files
chore: Update readme
1 parent dc6eadd commit 040a42f

8 files changed

Lines changed: 118 additions & 0 deletions

File tree

README.md

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
2+
----------------------------------------------------------------------------------------
3+
4+
<div style="text-align: center;">
5+
<pre>
6+
██████╗ ██╗███╗ ██╗ █████╗ ██████╗ ██╗ ██╗██████╗ ██████╗ ████████╗███████╗
7+
██╔══██╗██║████╗ ██║██╔══██╗██╔══██╗╚██╗ ██╔╝██╔══██╗██╔═══██╗╚══██╔══╝██╔════╝
8+
██████╔╝██║██╔██╗ ██║███████║██████╔╝ ╚████╔╝ ██║ ██║██║ ██║ ██║ ███████╗
9+
██╔══██╗██║██║╚██╗██║██╔══██║██╔══██╗ ╚██╔╝ ██║ ██║██║ ██║ ██║ ╚════██║
10+
██████╔╝██║██║ ╚████║██║ ██║██║ ██║ ██║ ██████╔╝╚██████╔╝ ██║ ███████║
11+
╚═════╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚══════╝
12+
</pre>
13+
</div>
14+
15+
----------------------------------------------------------------------------------------
16+
17+
## Features
18+
19+
- Powerfull system menu (SUPER + U)
20+
- System wide themes
21+
- Aesthetic widgets powered by <a href="https://github.com/Ewwii-sh/ewwii/tree/main">ewwii</a>
22+
- Auto-install script (designed for Arch-based distros)
23+
- Git based update system
24+
25+
## *Example Photos*
26+
27+
<details><summary>
28+
🔍 Walker
29+
</summary></p>
30+
31+
![image](https://raw.githubusercontent.com/BinaryHarbinger/binarydots/main/preview/Walker.png)
32+
33+
<p></details>
34+
35+
<details><summary>
36+
⚙️ System Menu
37+
</summary></p>
38+
39+
![image](https://raw.githubusercontent.com/BinaryHarbinger/binarydots/main/preview/SystemMenu.png)
40+
41+
<p></details>
42+
43+
<details><summary>
44+
🚀 Quick Settings (Powered by <a href="https://github.com/Ewwii-sh/ewwii/tree/main">ewwii</a>)
45+
</summary></p>
46+
47+
![image](https://raw.githubusercontent.com/BinaryHarbinger/binarydots/main/preview/QuickSettings.png)
48+
49+
<p></details>
50+
51+
<details><summary>
52+
🔔 Notification Menu
53+
</summary></p>
54+
55+
![image](https://raw.githubusercontent.com/BinaryHarbinger/binarydots/main/preview/MakoWalker.png)
56+
57+
<p></details>
58+
59+
<details><summary>
60+
🌐 qutebrowser
61+
</summary></p>
62+
63+
![image](https://raw.githubusercontent.com/BinaryHarbinger/binarydots/main/preview/QuteBrowser.png)
64+
65+
<p></details>
66+
67+
<details><summary>
68+
⌨️ Terminal Applications
69+
</summary></p>
70+
71+
![image](https://raw.githubusercontent.com/BinaryHarbinger/binarydots/main/preview/Terminal.png)
72+
73+
<p></details>
74+
75+
<details><summary>
76+
💻 Desktop Widgets (Powered by <a href="https://github.com/Ewwii-sh/ewwii/tree/main">ewwii</a>)
77+
</summary></p>
78+
79+
![image](https://raw.githubusercontent.com/BinaryHarbinger/binarydots/main/preview/Desktop.png)
80+
81+
<p></details>
82+
----------------------------------------------------------------------------------------
83+
84+
## Requirements
85+
86+
87+
**Recommended base**: Arch Linux or Arch-based distro (EndeavourOS, Manjaro, etc.).
88+
89+
**Optional/hardware**:
90+
- NVIDIA users: proprietary `nvidia-dkms` often required.
91+
- Ensure `multilib` enabled on Arch if you need 32-bit libs for some apps.
92+
93+
## How to install?
94+
95+
I highly recommend using [Chaotic AUR](https://aur.chaotic.cx/docs)
96+
97+
Run this command to install:
98+
```
99+
curl -fsSL -o install.sh https://raw.githubusercontent.com/BinaryHarbinger/binarydots/main/install.sh && chmod +x install.sh && ./install.sh
100+
```
101+
102+
# Installing manualy (For non-Arch based distros)
103+
104+
» You have to install all the dependecies from your package manager.
105+
106+
» Copy folders inside config and scripts folder itselft to your `~/.config` folder
107+
108+
***
109+
110+
## Check other Binary themes
111+
112+
[SDDM](https://github.com/BinaryHarbinger/sddm-binary-theme)
113+
[Heroic Games Launcher](https://github.com/BinaryHarbinger/Heroic-Games-Launcher-Binary-Theme)
114+
115+
116+
----------------------------------------------------------------------------------------
117+
118+

preview/Desktop.png

247 KB
Loading

preview/MakoWalker.png

200 KB
Loading

preview/QuickSettings.png

271 KB
Loading

preview/QuteBrowser.png

35.1 KB
Loading

preview/SystemMenu.png

266 KB
Loading

preview/Terminal.png

978 KB
Loading

preview/Walker.png

288 KB
Loading

0 commit comments

Comments
 (0)