From aa1e80d0113585a8b63c2c2181848150351616ed Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 18 Feb 2021 21:25:54 +0530 Subject: played around with XMonad TreeSelect --- scripts/autostart | 3 --- scripts/clear-nf | 4 ---- scripts/clear-nfcenter | 4 ---- scripts/dnd | 13 ------------- scripts/launch-lemonbar | 15 --------------- scripts/launch_terminals_ke-site | 12 ++++++++++++ 6 files changed, 12 insertions(+), 39 deletions(-) delete mode 100755 scripts/autostart delete mode 100755 scripts/clear-nf delete mode 100755 scripts/clear-nfcenter delete mode 100755 scripts/dnd delete mode 100755 scripts/launch-lemonbar create mode 100755 scripts/launch_terminals_ke-site (limited to 'scripts') 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 -elif [ $( /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 & -- cgit v1.2.3