hyprdots

my dotfiles for hyprland
git clone https://git.awy.one/hyprdots.git
Log | Files | Refs | README | LICENSE

commit 074d255c20a2241aa85c5a5f8e5cfa784c5250d6
parent ae9787c603f23a57b92ccc888925d5093dc3721d
Author: awy <awy@awy.one>
Date:   Sun, 30 Mar 2025 17:29:48 +0300

tray

Diffstat:
M.config/waybar/style.css | 23++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/.config/waybar/style.css b/.config/waybar/style.css @@ -1,30 +1,31 @@ * { - border: none; - border-radius: 0; - font-family: monospace; - font-size: 14px; + border: none; + border-radius: 0; + font-family: monospace; + font-size: 14px; } #waybar { - color: #fbf1c7 ; - background: #282828 ; + color: #fbf1c7 ; + background: #282828 ; } tooltip { - background: rgba(0,0,0,0.2); + background: rgba(40,40,40,0.8); + border: #83a598 2px solid; } #workspaces { - margin-left: 1px; + margin-left: 1px; } #workspaces button { - color: #928374 ; - padding-right: 0px; + color: #928374 ; + padding-right: 0px; } #workspaces button.active { - color: #fbf1c7 ; + color: #fbf1c7 ; } #custom-nettraf {