diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables
deleted file mode 100644
index eb89960..0000000
--- a/.config/fish/fish_variables
+++ /dev/null
@@ -1,34 +0,0 @@
-# This file contains fish universal variable definitions.
-# VERSION: 3.0
-SETUVAR JAVA_HOME:/usr/lib/jvm/java\x2d11\x2dopenjdk\x2damd64
-SETUVAR __fish_initialized:3100
-SETUVAR fish_color_autosuggestion:555
-SETUVAR fish_color_cancel:normal
-SETUVAR fish_color_command:005fd7
-SETUVAR fish_color_comment:990000
-SETUVAR fish_color_cwd:blue
-SETUVAR fish_color_cwd_root:800000
-SETUVAR fish_color_end:00875f
-SETUVAR fish_color_error:ff0000
-SETUVAR fish_color_escape:00a6b2
-SETUVAR fish_color_history_current:normal
-SETUVAR fish_color_host:normal
-SETUVAR fish_color_host_remote:yellow
-SETUVAR fish_color_match:normal
-SETUVAR fish_color_normal:normal
-SETUVAR fish_color_operator:00a6b2
-SETUVAR fish_color_param:00afff
-SETUVAR fish_color_quote:999900
-SETUVAR fish_color_redirection:00afff
-SETUVAR fish_color_search_match:ffff00
-SETUVAR fish_color_selection:c0c0c0
-SETUVAR fish_color_status:red
-SETUVAR fish_color_user:blue
-SETUVAR fish_color_valid_path:normal
-SETUVAR fish_greeting:\x1d
-SETUVAR fish_key_bindings:fish_default_key_bindings
-SETUVAR fish_pager_color_completion:normal
-SETUVAR fish_pager_color_description:B3A06D\x1eyellow
-SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
-SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
-SETUVAR fish_user_paths:/home/valentin/\x2elocal/bin\x1e/usr/local/bin/stack\x1e/home/valentin/\x2envm/versions/node/v14\x2e14\x2e0/bin/npm\x1e/home/valentin/\x2envm/versions/node/v14\x2e14\x2e0/bin/
diff --git a/.config/xmobar/xmobarrc-template.hs b/.config/xmobar/xmobarrc-template.hs
index 9c3051d..5bc2d2d 100644
--- a/.config/xmobar/xmobarrc-template.hs
+++ b/.config/xmobar/xmobarrc-template.hs
@@ -23,13 +23,14 @@ Config { overrideRedirect = False
, Run XMonadLog
, Run Com "get_music_info" [] "" 10
, Run Com "wttr" [] "" 360
+ , Run Com "backUpRunning.sh" [] "" 360
]
, sepChar = "%"
, alignSep = "}{"
, template = " %XMonadLog% }{\
\%get_music_info%\
\ %alsa:default:Master%\
- \ %cpu%\
+ \%backUpRunning.sh% %cpu%\
\ %memory%\
\%date%\
\%wttr%"
diff --git a/.config/xmonad b/.config/xmonad
index 45a0d52..2f21a5a 160000
--- a/.config/xmonad
+++ b/.config/xmonad
@@ -1 +1 @@
-Subproject commit 45a0d521209bfdc3bdc3f9ee10c8dee49ddfe1aa
+Subproject commit 2f21a5ac514ab44dcabbd1fa21bb938c2d458d91
diff --git a/.doom.d/config.el b/.doom.d/config.el
index 116f594..bf7ffa3 100644
--- a/.doom.d/config.el
+++ b/.doom.d/config.el
@@ -53,9 +53,9 @@
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
;; they are implemented.
-(require 'exec-path-from-shell)
-(when (display-graphic-p)
- (exec-path-from-shell-initialize))
+;; (require 'exec-path-from-shell)
+;; (when (display-graphic-p)
+;; (exec-path-from-shell-initialize))
(map! :leader
:desc "Comment Block"
diff --git a/.doom.d/init.el b/.doom.d/init.el
index 1bda616..a2f0e96 100644
--- a/.doom.d/init.el
+++ b/.doom.d/init.el
@@ -35,7 +35,7 @@
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
;;hydra
;;indent-guides ; highlighted indent columns
- ;;ligatures ; ligatures and symbols to make your code pretty again
+ (ligatures +hasklig) ; ligatures and symbols to make your code pretty again
;;minimap ; show a map of the code on the side
modeline ; snazzy, Atom-inspired modeline, plus API
;;nav-flash ; blink cursor line after big motions
@@ -137,7 +137,7 @@
;;idris ; a language you can depend on
;;json ; At least it ain't XML
;;(java +meghanada) ; the poster child for carpal tunnel syndrome
- ;;javascript ; all(hope(abandon(ye(who(enter(here))))))
+ (javascript +lsp) ; all(hope(abandon(ye(who(enter(here))))))
;;julia ; a better, faster MATLAB
(kotlin +lsp) ; a better, slicker Java(Script)
;;latex ; writing papers in Emacs has never been so fun
@@ -152,7 +152,7 @@
;;php ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more
;;purescript ; javascript, but functional
- ;;python ; beautiful is better than ugly
+ python ; beautiful is better than ugly
;;qt ; the 'cutest' gui framework ever
;;racket ; a DSL for DSLs
;;raku ; the artist formerly known as perl6
@@ -167,7 +167,7 @@
;;solidity ; do you need a blockchain? No.
;;swift ; who asked for emoji variables?
;;terra ; Earth and Moon in alignment for performance.
- ;;web ; the tubes
+ (web +html +css) ; the tubes
yaml ; JSON, but readable
;;zig ; C, but simpler
diff --git a/.scripts/backUpRunning.sh b/.scripts/backUpRunning.sh
new file mode 100755
index 0000000..35dd999
--- /dev/null
+++ b/.scripts/backUpRunning.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+if ps aux | egrep '[r]sync'; then
+ echo " "
+fi