aboutsummaryrefslogtreecommitdiff
path: root/env
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-05-26 16:52:03 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-05-26 16:52:03 -0500
commitc31571d6435a9fe3c55f10aebc205f37f775dc74 (patch)
tree7302dafdb138f9a2c1d4e464ebbd40c9a0403ba2 /env
parente6577b41064288f1ae6f6365fdfa45ba9785d15c (diff)
fixed autostart secondary scripts
Diffstat (limited to 'env')
-rw-r--r--env/.config/nvim/after/plugin/lualine.lua2
-rwxr-xr-xenv/.local/bin/system/start-scripts/autostart.sh5
2 files changed, 3 insertions, 4 deletions
diff --git a/env/.config/nvim/after/plugin/lualine.lua b/env/.config/nvim/after/plugin/lualine.lua
index 5cda4bf..de94ed3 100644
--- a/env/.config/nvim/after/plugin/lualine.lua
+++ b/env/.config/nvim/after/plugin/lualine.lua
@@ -1,7 +1,5 @@
local ok, lualine = pcall(require, 'lualine')
if ok then
- -- require('lualine').setup()
-
local custom_gruvbox = require'lualine.themes.base16'
-- Change the background of lualine_c section for normal mode
diff --git a/env/.local/bin/system/start-scripts/autostart.sh b/env/.local/bin/system/start-scripts/autostart.sh
index 8b639f3..f5bee46 100755
--- a/env/.local/bin/system/start-scripts/autostart.sh
+++ b/env/.local/bin/system/start-scripts/autostart.sh
@@ -1,4 +1,5 @@
#!/bin/bash
+cd "$(dirname "$0")"
extra=0
if [ "$(cat /etc/hostname)" == "Kasino" ]; then
@@ -42,10 +43,10 @@ if [ "$WAYLAND_DISPLAY" ]; then
fi
if [ -z $(pgrep -f newsboat-fetch.sh) ]; then
- ~/.config/dwm/newsboat-fetch.sh &
+ ./newsboat-fetch.sh &
fi
if [ -z $(pgrep -f lessons-loop.sh) ]; then
- ~/.config/dwm/lessons-loop.sh &
+ ./lessons-loop.sh &
fi
if [ -z $(pgrep wezterm) ]; then