63 lines
1.6 KiB
Markdown
63 lines
1.6 KiB
Markdown
# waybar
|
|
# showcase
|
|
|
|
|
|
|
|
<details>
|
|
<summary>left-side</summary>
|
|
|
|

|
|
|
|
> dynamic icons on workspaces & workspace-button "change" on hover + waybar gets red if in fullscreen (will be shown in middle&&barcolor-changes)
|
|
</details>
|
|
<details>
|
|
<summary>right-side</summary>
|
|
|
|

|
|
|
|
> dynamic groups for memory/cpu/disk & powerslide-menu
|
|
</details>
|
|
<details>
|
|
<summary>middle && barcolor-changes</summary>
|
|
|
|

|
|
|
|
> bar changes red if fullscreen is on (not the whole screen of course, but the 'light'-fullscreen mode instead) <br>
|
|
> also changes color if NO window is present, and if something is on the screen
|
|
</details>
|
|
|
|
> i know the visuals are slight, but i like and love the clean look. Also it's my first complete own design :D
|
|
|
|
## installation
|
|
To install this waybar theme, you could, if you do not have a waybar folder under your ~/.config/ folder currently installed, just clone the repo directly inside your ~/.config/ folder and update the repo, to get the newest commit
|
|
```bash
|
|
git clone https://git.k4li.de/dotfiles/waybar ~/.config/waybar
|
|
```
|
|
|
|
> - You can also checkout the dev branch
|
|
|
|
## dependencies
|
|
```
|
|
grim grimshot
|
|
```
|
|
> for screenshots
|
|
```
|
|
wttrbar
|
|
```
|
|
> to display the weather icon + info
|
|
```
|
|
wlogout swaylock-effects
|
|
```
|
|
> to logout and shutdown menu
|
|
```
|
|
pamixer pavucontrol
|
|
```
|
|
> for sound related settings
|
|
```
|
|
iwd
|
|
```
|
|
or
|
|
```
|
|
nmcli
|
|
```
|
|
> for wifi
|