aboutsummaryrefslogtreecommitdiff
path: root/Scripts/.local/scripts/refresh_bar
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-06-06 19:31:36 +0100
committerdx <aryadevchavali1@gmail.com>2020-06-06 19:31:36 +0100
commit45b80e8e67a2ea724d6f7317428cccf7ea9db395 (patch)
tree0b599e9ccff39ed8a276673787607c7a7c4b7df3 /Scripts/.local/scripts/refresh_bar
parent852d280157a749a88e7e3826eda81b1ae080bf1d (diff)
downloaddotfiles-45b80e8e67a2ea724d6f7317428cccf7ea9db395.tar.gz
dotfiles-45b80e8e67a2ea724d6f7317428cccf7ea9db395.tar.bz2
dotfiles-45b80e8e67a2ea724d6f7317428cccf7ea9db395.zip
~set_bar -> scripts/status/*
Decomposed the set_bar monolith script into seperate 'block' scripts
Diffstat (limited to 'Scripts/.local/scripts/refresh_bar')
-rwxr-xr-xScripts/.local/scripts/refresh_bar4
1 files changed, 0 insertions, 4 deletions
diff --git a/Scripts/.local/scripts/refresh_bar b/Scripts/.local/scripts/refresh_bar
deleted file mode 100755
index 6491ecc..0000000
--- a/Scripts/.local/scripts/refresh_bar
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-
-killall set_bar;
-$HOME/.local/scripts/set_bar;