fixed autostart secondary scripts
This commit is contained in:
2
env/.config/nvim/after/plugin/lualine.lua
vendored
2
env/.config/nvim/after/plugin/lualine.lua
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user