summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-23 04:24:12 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-23 04:31:14 -0500
commit15c96f8b5ded9f4b67257b29bdc9d623aae532e4 (patch)
tree5e0db82b1c05d40f74014e3ea3b37660694900e3
parent33b95fda42cbf84bcbc4fead401e954ed674ccb9 (diff)
downloadconf-15c96f8b5ded9f4b67257b29bdc9d623aae532e4.tar.gz
conf-15c96f8b5ded9f4b67257b29bdc9d623aae532e4.zip
move a couple scripts to more specific packages
-rwxr-xr-xi3/.bin/i3-switch-workspace (renamed from local/.bin/hornet/i3-switch-workspace)0
-rwxr-xr-xi3/.bin/kill-focused (renamed from local/.bin/hornet/kill-focused)0
-rwxr-xr-xi3status/.bin/status (renamed from local/.bin/hornet/status)0
-rwxr-xr-xi3status/.bin/update-weather (renamed from local/.bin/hornet/update-weather)0
-rwxr-xr-xi3status/.bin/weather (renamed from local/.bin/hornet/weather)0
-rw-r--r--i3status/.config/systemd/user/weather.service2
l---------local/.bin/mz-doy1/i3-switch-workspace1
l---------local/.bin/mz-doy1/kill-focused1
l---------local/.bin/mz-doy1/status1
l---------local/.bin/mz-doy1/update-weather1
l---------local/.bin/mz-doy1/weather1
-rwxr-xr-xtmux/.bin/tmux-clipboard (renamed from local/.bin/tmux-clipboard)0
12 files changed, 1 insertions, 6 deletions
diff --git a/local/.bin/hornet/i3-switch-workspace b/i3/.bin/i3-switch-workspace
index b54afa1..b54afa1 100755
--- a/local/.bin/hornet/i3-switch-workspace
+++ b/i3/.bin/i3-switch-workspace
diff --git a/local/.bin/hornet/kill-focused b/i3/.bin/kill-focused
index 37271ac..37271ac 100755
--- a/local/.bin/hornet/kill-focused
+++ b/i3/.bin/kill-focused
diff --git a/local/.bin/hornet/status b/i3status/.bin/status
index 5674876..5674876 100755
--- a/local/.bin/hornet/status
+++ b/i3status/.bin/status
diff --git a/local/.bin/hornet/update-weather b/i3status/.bin/update-weather
index fb8afca..fb8afca 100755
--- a/local/.bin/hornet/update-weather
+++ b/i3status/.bin/update-weather
diff --git a/local/.bin/hornet/weather b/i3status/.bin/weather
index 1cbbffb..1cbbffb 100755
--- a/local/.bin/hornet/weather
+++ b/i3status/.bin/weather
diff --git a/i3status/.config/systemd/user/weather.service b/i3status/.config/systemd/user/weather.service
index 2351b21..b980952 100644
--- a/i3status/.config/systemd/user/weather.service
+++ b/i3status/.config/systemd/user/weather.service
@@ -1,3 +1,3 @@
[Service]
Type=oneshot
-ExecStart=%h/.bin/%H/update-weather
+ExecStart=%h/.bin/update-weather
diff --git a/local/.bin/mz-doy1/i3-switch-workspace b/local/.bin/mz-doy1/i3-switch-workspace
deleted file mode 120000
index 9a8b81d..0000000
--- a/local/.bin/mz-doy1/i3-switch-workspace
+++ /dev/null
@@ -1 +0,0 @@
-../hornet/i3-switch-workspace \ No newline at end of file
diff --git a/local/.bin/mz-doy1/kill-focused b/local/.bin/mz-doy1/kill-focused
deleted file mode 120000
index bd9959b..0000000
--- a/local/.bin/mz-doy1/kill-focused
+++ /dev/null
@@ -1 +0,0 @@
-../hornet/kill-focused \ No newline at end of file
diff --git a/local/.bin/mz-doy1/status b/local/.bin/mz-doy1/status
deleted file mode 120000
index f9356c4..0000000
--- a/local/.bin/mz-doy1/status
+++ /dev/null
@@ -1 +0,0 @@
-../hornet/status \ No newline at end of file
diff --git a/local/.bin/mz-doy1/update-weather b/local/.bin/mz-doy1/update-weather
deleted file mode 120000
index 1e24b44..0000000
--- a/local/.bin/mz-doy1/update-weather
+++ /dev/null
@@ -1 +0,0 @@
-../hornet/update-weather \ No newline at end of file
diff --git a/local/.bin/mz-doy1/weather b/local/.bin/mz-doy1/weather
deleted file mode 120000
index 573d930..0000000
--- a/local/.bin/mz-doy1/weather
+++ /dev/null
@@ -1 +0,0 @@
-../hornet/weather \ No newline at end of file
diff --git a/local/.bin/tmux-clipboard b/tmux/.bin/tmux-clipboard
index dae796b..dae796b 100755
--- a/local/.bin/tmux-clipboard
+++ b/tmux/.bin/tmux-clipboard