fix: waybar color issue

This commit is contained in:
hesam-init 2024-02-18 01:11:18 +03:30
parent 880be8d7fd
commit c719f26eaa
2 changed files with 3 additions and 1 deletions

View file

@ -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)

View file

@ -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 {