remove pomky (will be replaced with eww)
This commit is contained in:
parent
1426c8f06d
commit
2e9495cae7
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
|||
from src.util import copy_file, command_exists
|
||||
from src.constants import tmp_dir
|
||||
|
||||
desc = "conky but rusty"
|
||||
|
||||
|
||||
def setup():
|
||||
if not command_exists("pomky"):
|
||||
system(
|
||||
f"git clone --depth 1 https://github.com/developomp/pomky {tmp_dir}/pomky"
|
||||
)
|
||||
system(f"cd {tmp_dir}/pomky && cargo install --path .")
|
||||
|
||||
copy_file("home/.config/autostart/pomky.desktop")
|
Loading…
Add table
Add a link
Reference in a new issue