summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2023-02-07 18:32:59 +0100
committerJulian T <julian@jtle.dk>2023-02-07 18:32:59 +0100
commit5bc3182c47b46f368197858f13d9e3ba870cad84 (patch)
treed830be1c9b843fdcd59725961cb0376653ce59ff
parent35cab3cb5a1ce92cec602226cd0c9deb8925de37 (diff)
Setwall cargo.toml remove xresources and udevmon fix
-rw-r--r--intcp/resc/intcp/udevmon.yaml2
-rw-r--r--mixed/.Xresources31
-rw-r--r--scripts/resc/setwall/Cargo.toml3
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