From 70ca085e8b94fa8782dff107326ff5a45ef02850 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 3 Aug 2022 20:40:57 -0400 Subject: remove perspektiv config stopped using it a long time ago --- Makefile.hornet | 1 - config/perspektiv/config.toml | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 config/perspektiv/config.toml diff --git a/Makefile.hornet b/Makefile.hornet index 0250882..938291a 100644 --- a/Makefile.hornet +++ b/Makefile.hornet @@ -8,7 +8,6 @@ INSTALL := \ .config/i3status/config \ .config/mbsyncloop/config.json \ .config/msmtp/config \ - .config/perspektiv/config.toml \ .mbsyncrc \ .notmuch-config \ .ssh/authorized_keys \ diff --git a/config/perspektiv/config.toml b/config/perspektiv/config.toml deleted file mode 100644 index 434823c..0000000 --- a/config/perspektiv/config.toml +++ /dev/null @@ -1,15 +0,0 @@ -[window] -width = 200 -height = 200 -padding = 60 -spacing = 20 -margin_horiz = { anchor = "Right", margin = 980 } -margin_vert = { anchor = "Top", margin = 575 } -duration = 1200 -opacity = 70 - -[percentage] -show_numeric = true - -[boolean] -show_label = true -- cgit v1.2.3-54-g00ecf