alternate waybar
- SHA
060157b5bcbd281a798b053c47e3c151e9fa5bf5- Parents
-
9d6ea45 - Tree
73c9fbc
060157b
060157b5bcbd281a798b053c47e3c151e9fa5bf59d6ea45
73c9fbc| Status | File | + | - |
|---|---|---|---|
| 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 | |
| 2 | 2 | |
| 3 | 3 | cachedir=~/.cache/rbn |
| 4 | 4 | cachefile=${0##*/}-$1 |
waybar2/style.cssmodified@@ -1,5 +1,5 @@ | ||
| 1 | 1 | * { |
| 2 | - font-family: monospace; | |
| 2 | + font-family: "JetBrainsMono Nerd Font", monospace; | |
| 3 | 3 | font-size: 13px; |
| 4 | 4 | } |
| 5 | 5 | |