tenseleyflow/ndotfiles / 060157b

Browse files

alternate waybar

Authored by espadonne
SHA
060157b5bcbd281a798b053c47e3c151e9fa5bf5
Parents
9d6ea45
Tree
73c9fbc

2 changed files

StatusFile+-
M waybar2/modules/weather.sh 1 1
M waybar2/style.css 1 1
waybar2/modules/weather.shmodified
@@ -1,4 +1,4 @@
1
-#!/bin/bash
1
+#!/usr/bin/env bash
22
 
33
 cachedir=~/.cache/rbn
44
 cachefile=${0##*/}-$1
waybar2/style.cssmodified
@@ -1,5 +1,5 @@
11
 * {
2
-    font-family: monospace;
2
+    font-family: "JetBrainsMono Nerd Font", monospace;
33
     font-size: 13px;
44
 }
55