aboutsummaryrefslogtreecommitdiff
path: root/waybar
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2024-01-28 07:31:07 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2024-01-28 07:31:07 -0500
commit5e672c1e29f2f38ba5fbef9504300ad11303d6f4 (patch)
tree0ec67fa3f401eca084d5ea198fcc4a40b06152d9 /waybar
parent0505d0c52df6bb1b23d6bd6cf53e7eff6457048e (diff)
downloadrivercfg-5e672c1e29f2f38ba5fbef9504300ad11303d6f4.tar.gz
rivercfg-5e672c1e29f2f38ba5fbef9504300ad11303d6f4.tar.xz
Fix waybar text not always showing up.
Diffstat (limited to 'waybar')
-rwxr-xr-xwaybar/custom/network1
-rw-r--r--waybar/style.css1
2 files changed, 2 insertions, 0 deletions
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 {