Skip to content

This is a module for polybar that displays the current system uptime

Notifications You must be signed in to change notification settings

ChristianStout/polybar-uptime-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Polybar Uptime Module

This is a very straight-forward module that reports the current uptime of the system.

example of this module present in polybar

Install

Clone the reposistory wherever you would like.

cd ~/.config/polybar
mkdir modules
ln -s <location-of-repo>/poly-uptime.sh modules/poly-uptime.sh

And then in your polybar.ini config file, add:

; modules-right = ... poly-uptime ... ; wherever you want

; ...

[module/poly-uptime]
type = custom/script
exec = ~/.config/polybar/modules/poly-uptime.sh
tail = true

About

This is a module for polybar that displays the current system uptime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages