From 5e672c1e29f2f38ba5fbef9504300ad11303d6f4 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sun, 28 Jan 2024 07:31:07 -0500 Subject: Fix waybar text not always showing up. --- waybar/custom/network | 1 + waybar/style.css | 1 + 2 files changed, 2 insertions(+) diff --git a/waybar/custom/network b/waybar/custom/network index fc5d9d7..1d5f226 100755 --- a/waybar/custom/network +++ b/waybar/custom/network @@ -1,3 +1,4 @@ +#!/bin/sh wireless_info() { _if="$1" diff --git a/waybar/style.css b/waybar/style.css index 02d009c..d7b2b31 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -6,6 +6,7 @@ padding: 0px; margin: 0px; + color: #8FBCBB; } window#waybar { -- cgit v1.2.3