mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix(i3-status-rust): newsboat updating icon
This commit is contained in:
@@ -75,7 +75,7 @@ in {
|
||||
pkgs.newsboat
|
||||
(pkgs.writers.writeDashBin "newsboat-unread-count" ''
|
||||
if [ -f ${newsboat-home}/cache.db.lock ]; then
|
||||
${pkgs.jq}/bin/jq -n '{state: "Info", text: "↻", icon: "update"}'
|
||||
${pkgs.jq}/bin/jq -n '{state: "Info", text: "↻", icon: "rss"}'
|
||||
else
|
||||
|
||||
${pkgs.jq}/bin/jq -n \
|
||||
|
||||
Reference in New Issue
Block a user