summaryrefslogtreecommitdiff
path: root/modules/waybar
diff options
context:
space:
mode:
authorFabian Montero <fabian@posixlycorrect.com>2026-03-08 10:35:10 -0600
committerFabian Montero <fabian@posixlycorrect.com>2026-03-08 10:35:10 -0600
commitc5dfc77484eee582bd7377a41345cff10534e72e (patch)
tree1cd922f11b90973ec06f4f83f3530e74d9f72bdd /modules/waybar
parentef392aba7432a6d46de339119c56645cc9284fb3 (diff)
trivionomicon/waybar: make waybar solid black instead of transparent
this makes it so that window text does not go under bar text in a wierd way
Diffstat (limited to '')
-rw-r--r--modules/waybar/hm.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/waybar/hm.nix b/modules/waybar/hm.nix
index 1bfa3e2..6149a63 100644
--- a/modules/waybar/hm.nix
+++ b/modules/waybar/hm.nix
@@ -101,9 +101,9 @@ with lib; {
box-shadow: none;
}
- /* Entire bar: fully transparent, no border */
+ /* Entire bar: solid black, no border */
window#waybar {
- background: transparent;
+ background: #000000;
color: #eaeaea;
margin: 0;
padding: 0;