From 5bc3182c47b46f368197858f13d9e3ba870cad84 Mon Sep 17 00:00:00 2001 From: Julian T Date: Tue, 7 Feb 2023 18:32:59 +0100 Subject: Setwall cargo.toml remove xresources and udevmon fix --- intcp/resc/intcp/udevmon.yaml | 2 +- mixed/.Xresources | 31 ------------------------------- scripts/resc/setwall/Cargo.toml | 3 ++- 3 files changed, 3 insertions(+), 33 deletions(-) diff --git a/intcp/resc/intcp/udevmon.yaml b/intcp/resc/intcp/udevmon.yaml index 3733456..3affbd8 100644 --- a/intcp/resc/intcp/udevmon.yaml +++ b/intcp/resc/intcp/udevmon.yaml @@ -1,4 +1,4 @@ -- JOB: "intercept -g $DEVNODE | /home/julian/intcp/intcp | uinput -d $DEVNODE" +- JOB: "intercept -g $DEVNODE | /home/julian/resc/intcp/intcp | uinput -d $DEVNODE" DEVICE: EVENTS: EV_KEY: [ KEY_CAPSLOCK, KEY_LEFTALT, KEY_102ND ] diff --git a/mixed/.Xresources b/mixed/.Xresources index 08ff579..e69de29 100644 --- a/mixed/.Xresources +++ b/mixed/.Xresources @@ -1,31 +0,0 @@ - -#define WHITE #FBFAF6 -#define BLACK #330036 -#define DARK #393E41 -#define LRED #FD2629 -#define LBLUE #1AA2C9 -#define DBLUE #3C6997 -#define PURPLE #791E94 -#define GREEN #0A8754 -#define YELLO #F9DB6D -#define UNFOCUS #C6EBBE -#define GRAY #707880 - -polybar.background: BLACK -polybar.foreground: WHITE -polybar.primary: LBLUE -polybar.secondary: GREEN -polybar.alert: LRED -polybar.disabled: GRAY - -twobwm.border_width: 8 -twobwm.outer_border: 4 -twobwm.inverted_colors: false -twobwm.enable_compton: true -twobwm.focus_color: LBLUE -twobwm.unfocus_color: DARK -twobwm.fixed_color: LRED -twobwm.unkill_color: YELLO -twobwm.outer_border_color: DBLUE -twobwm.fixed_unkill_color: PURPLE - diff --git a/scripts/resc/setwall/Cargo.toml b/scripts/resc/setwall/Cargo.toml index 61c5fc0..fc22c32 100644 --- a/scripts/resc/setwall/Cargo.toml +++ b/scripts/resc/setwall/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "setwall" -version = "0.1.0" +version = "1.0.0" edition = "2021" +authors = ["Julian Jørgensen"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.3