1
0
Fork 0

remove pomky (will be replaced with eww)

This commit is contained in:
Kim, Jimin 2022-11-27 19:18:17 +09:00
parent 1426c8f06d
commit 2e9495cae7

View file

@ -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")