Skip to content

Latest commit

 

History

History

updates-dnf

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Script: updates-dnf

A script that shows if there are updates for dnf-based distributions like Fedora.

updates-dnf

Configuration

You have to add the dnf command to the /etc/sudoers NOPASSWD of your user:

user ALL=(ALL) NOPASSWD: /usr/bin/dnf updateinfo -q --list

Module

[module/updates-dnf]
type = custom/script
exec = ~/polybar-scripts/updates-dnf.sh
interval = 600