diff options
author | Matt Singleton <matt@xcolour.net> | 2023-02-22 11:37:22 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2023-02-22 11:37:22 -0600 |
commit | b36021a87da7977feb64a54466d76913e8f3f0d6 (patch) | |
tree | 7b52e86da0e29b49ed4b3be2d9ac7f810f519e78 /bin/linux/dnf-needs-restarting | |
parent | eeca522d3800739852ece19a46161fedeefb7cc2 (diff) |
lots of intermingled changes
- switch to cascadia as monospace font
- switch to fontawesome for waybar icons
- dircolors readability improvements
- foot terminal on linux
- waybar visual tweaks
- deploy script improvements
Diffstat (limited to 'bin/linux/dnf-needs-restarting')
-rwxr-xr-x | bin/linux/dnf-needs-restarting | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/linux/dnf-needs-restarting b/bin/linux/dnf-needs-restarting index 60f7f7c..a080649 100755 --- a/bin/linux/dnf-needs-restarting +++ b/bin/linux/dnf-needs-restarting @@ -16,7 +16,7 @@ fi set -u if ! output="$($DNFCMD needs-restarting -r)"; then - icon="勒" + icon="" else icon="" fi |