Adds polybar
This commit is contained in:
parent
56921bfdcc
commit
0f0b9089a4
12 changed files with 1090 additions and 0 deletions
13
.config/polybar/scripts/storage/Display.py
Normal file
13
.config/polybar/scripts/storage/Display.py
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import string
|
||||
from datetime import timedelta
|
||||
|
||||
|
||||
class Display:
|
||||
def __init__(
|
||||
self,
|
||||
drives
|
||||
):
|
||||
pass
|
||||
|
||||
def render(self, displayInterval: timedelta) -> string:
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue