hyprdots

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

commit 901d59a7d5cb005a080190c51f8135d511794d41
parent 074d255c20a2241aa85c5a5f8e5cfa784c5250d6
Author: awy <awy@awy.one>
Date:   Sun, 30 Mar 2025 17:41:23 +0300

margin

Diffstat:
M.config/waybar/style.css | 31++++++++++++++++++-------------
1 file changed, 18 insertions(+), 13 deletions(-)

diff --git a/.config/waybar/style.css b/.config/waybar/style.css @@ -15,27 +15,32 @@ tooltip { border: #83a598 2px solid; } -#workspaces { - margin-left: 1px; -} +#workspaces { margin-left: 1px; } #workspaces button { color: #928374 ; padding-right: 0px; } -#workspaces button.active { - color: #fbf1c7 ; -} +#workspaces button.active { color: #fbf1c7 ; } + +#custom-recording { margin-right: 15px; } +#custom-tasks { margin-right: 15px; } +#custom-music { margin-right: 15px; } +#custom-packages { margin-right: 15px; } +#custom-news { margin-right: 15px; } +#custom-torrent { margin-right: 15px; } +#custom-memory { margin-right: 15px; } +#custom-forecast { margin-right: 15px; } +#custom-mailbox { margin-right: 15px; } #custom-nettraf { min-width: 120px; -} - -#custom-internet { - margin-right: 10px; -} - -#tray { margin-right: 15px; } + +#custom-microphone { margin-right: 15px; } +#custom-volume { margin-right: 15px; } +#custom-clock { margin-right: 15px; } +#custom-internet { margin-right: 15px; } +#tray { margin-right: 15px; }