Skip to content

Commit

Permalink
refactor: Update hyprland waybar default.nix
Browse files Browse the repository at this point in the history
This commit updates the hyprland waybar default.nix file to improve the styling of the disk module. It sets the margin, padding, font size, and color for the disk module, enhancing its visual appearance. These changes align with the design guidelines of the hyprland desktop environment and provide a better user experience.
  • Loading branch information
ryanwclark committed Sep 2, 2024
1 parent 09fdcb8 commit 76f25e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 38 deletions.
10 changes: 8 additions & 2 deletions home/features/desktop/hyprland/waybar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -524,10 +524,16 @@ in
font-weight: bold;
}
#disk {
margin: 0px;
padding: 0 10px 0 10px;
font-size: 13px;
color: #ffffff;
}
#cpu,
#memory,
#custom-gpu,
#disk {
#custom-gpu {
margin: 0px;
padding: 0 10px 0 10px;
font-size: 14px;
Expand Down
36 changes: 0 additions & 36 deletions home/features/desktop/hyprland/waybar/scripts/mic.nix

This file was deleted.

0 comments on commit 76f25e8

Please sign in to comment.