From 2e9495cae7cc188fb071bdfe0e4d56eb05fb3010 Mon Sep 17 00:00:00 2001 From: developomp Date: Sun, 27 Nov 2022 19:18:17 +0900 Subject: [PATCH] remove pomky (will be replaced with eww) --- src/setup/system/pomky.py | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/setup/system/pomky.py diff --git a/src/setup/system/pomky.py b/src/setup/system/pomky.py deleted file mode 100644 index f8ab69c..0000000 --- a/src/setup/system/pomky.py +++ /dev/null @@ -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")