mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-27 01:43:43 +02:00
fix: waybar color issue
This commit is contained in:
parent
880be8d7fd
commit
c719f26eaa
2 changed files with 3 additions and 1 deletions
|
@ -48,12 +48,13 @@ The following packages are required for the proper functioning of Hyprland on Vo
|
||||||
- pipewire-pulse
|
- pipewire-pulse
|
||||||
- pipewire-devel
|
- pipewire-devel
|
||||||
- stow
|
- stow
|
||||||
|
- inotify-tools
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary><strong>User Interface Components</strong></summary>
|
<summary><strong>User Interface Components</strong></summary>
|
||||||
|
|
||||||
- waybar
|
- Waybar
|
||||||
- swaybg
|
- swaybg
|
||||||
- animated bg [swww](https://github.com/LGFae/swww)
|
- animated bg [swww](https://github.com/LGFae/swww)
|
||||||
- swaylock or [swaylock-effects](https://github.com/mortie/swaylock-effects)
|
- swaylock or [swaylock-effects](https://github.com/mortie/swaylock-effects)
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
font-family: Roboto, Helvetica, Arial, sans-serif;
|
font-family: Roboto, Helvetica, Arial, sans-serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
|
|
Loading…
Add table
Reference in a new issue