aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-02-18 21:25:54 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-02-18 21:25:54 +0530
commitaa1e80d0113585a8b63c2c2181848150351616ed (patch)
treedfa68380be50e0ec07e024a65776358185e2a752 /scripts
parentbd12394a8a719b09fb5730ca81db0ee68d9014c8 (diff)
played around with XMonad TreeSelect
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/autostart3
-rwxr-xr-xscripts/clear-nf4
-rwxr-xr-xscripts/clear-nfcenter4
-rwxr-xr-xscripts/dnd13
-rwxr-xr-xscripts/launch-lemonbar15
-rwxr-xr-xscripts/launch_terminals_ke-site12
6 files changed, 12 insertions, 39 deletions
diff --git a/scripts/autostart b/scripts/autostart
deleted file mode 100755
index 802a1820..00000000
--- a/scripts/autostart
+++ /dev/null
@@ -1,3 +0,0 @@
-picom &
-firefox &
-nitrogen --restore &
diff --git a/scripts/clear-nf b/scripts/clear-nf
deleted file mode 100755
index 4cb96e8d..00000000
--- a/scripts/clear-nf
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/zsh
-
-notify-send.py a --hint boolean:deadd-notification-center:true \
- string:type:clearPopups
diff --git a/scripts/clear-nfcenter b/scripts/clear-nfcenter
deleted file mode 100755
index 4acfe9c1..00000000
--- a/scripts/clear-nfcenter
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/zsh
-
-notify-send.py a --hint boolean:deadd-notification-center:true \
- string:type:clearInCenter
diff --git a/scripts/dnd b/scripts/dnd
deleted file mode 100755
index 92722f7f..00000000
--- a/scripts/dnd
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/zsh
-STATUS=$(</tmp/dnd_status)
-
-if [ $(</tmp/dnd_status) = "off" ]; then
- notify-send.py a --hint boolean:deadd-notification-center:true \
- string:type:pausePopups
- echo "on" > /tmp/dnd_status
-elif [ $(</tmp/dnd_status) = "on" ]; then
- notify-send.py a --hint boolean:deadd-notification-center:true \
- string:type:unpausePopups
- echo "off" > /tmp/dnd_status
-fi
-
diff --git a/scripts/launch-lemonbar b/scripts/launch-lemonbar
deleted file mode 100755
index 3ee28cbe..00000000
--- a/scripts/launch-lemonbar
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-
-# this script executes the mainbar script
-# then pipes it into lemonbar
-# and pipes the lemonbar's output
-# to the button-actions script
-# which handles all the button actions
-
-cd /home/zt/.config/lemonbar
-
-./ws_bar | lemonbar -g 1366x21 -b -B '#171520' -p -F '#ffffff' -f "Source Han Sans JP:size=10" -o -3 -f "RobotoMono Nerd Font:style=Regular:size=15" -f -n "mainbar" -o 0 | ./ws_button_actions
-
-notify-send "Lemonbar" "Bar(s) crashed/killed"
-
-exit
diff --git a/scripts/launch_terminals_ke-site b/scripts/launch_terminals_ke-site
new file mode 100755
index 00000000..d375fb83
--- /dev/null
+++ b/scripts/launch_terminals_ke-site
@@ -0,0 +1,12 @@
+#!/bin/bash
+# this script launches four terminals where
+# the website I'm currently working upon is
+
+cd /zt/Docs/web/KEsite/KE-website/
+st & st &
+
+cd templates/
+st &
+
+cd ../static/css/
+st &