Compare commits

..

No commits in common. "93ef7b7c52eee971e2298508eb58fa38f764817b" and "080e6f1a751d6fd52289ccd56cdce631ed9b0fc1" have entirely different histories.

6 changed files with 5 additions and 15 deletions

View File

@ -83,6 +83,3 @@
'("pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f" '("pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f"
"pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f" "pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f"
"pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f")) "pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f"))
(after!
(setq lsp-haskell-formatting-provider "brittany"))

View File

@ -6,7 +6,7 @@
'(ansi-color-names-vector '(ansi-color-names-vector
["#282828" "#fb4934" "#b8bb26" "#fabd2f" "#83a598" "#cc241d" "#8ec07c" "#ebdbb2"]) ["#282828" "#fb4934" "#b8bb26" "#fabd2f" "#83a598" "#cc241d" "#8ec07c" "#ebdbb2"])
'(custom-safe-themes '(custom-safe-themes
'("246a9596178bb806c5f41e5b571546bb6e0f4bd41a9da0df5dfbca7ec6e2250c" "745d03d647c4b118f671c49214420639cb3af7152e81f132478ed1c649d4597d" "2035a16494e06636134de6d572ec47c30e26c3447eafeb6d3a9e8aee73732396" "8a379e7ac3a57e64de672dd744d4730b3bdb88ae328e8106f95cd81cbd44e0b6" "6c531d6c3dbc344045af7829a3a20a09929e6c41d7a7278963f7d3215139f6a7" default)) '("2035a16494e06636134de6d572ec47c30e26c3447eafeb6d3a9e8aee73732396" "8a379e7ac3a57e64de672dd744d4730b3bdb88ae328e8106f95cd81cbd44e0b6" "6c531d6c3dbc344045af7829a3a20a09929e6c41d7a7278963f7d3215139f6a7" default))
'(exwm-floating-border-color "#504945") '(exwm-floating-border-color "#504945")
'(fci-rule-color "#7c6f64") '(fci-rule-color "#7c6f64")
'(highlight-tail-colors ((("#363627" "#363627") . 0) (("#323730" "#323730") . 20))) '(highlight-tail-colors ((("#363627" "#363627") . 0) (("#323730" "#323730") . 20)))
@ -19,9 +19,6 @@
'(pdf-view-midnight-colors (cons "#ebdbb2" "#282828")) '(pdf-view-midnight-colors (cons "#ebdbb2" "#282828"))
'(rustic-ansi-faces '(rustic-ansi-faces
["#282828" "#fb4934" "#b8bb26" "#fabd2f" "#83a598" "#cc241d" "#8ec07c" "#ebdbb2"]) ["#282828" "#fb4934" "#b8bb26" "#fabd2f" "#83a598" "#cc241d" "#8ec07c" "#ebdbb2"])
'(safe-local-variable-values
'((haskell-process-use-ghci . t)
(haskell-indent-spaces . 4)))
'(vc-annotate-background "#282828") '(vc-annotate-background "#282828")
'(vc-annotate-color-map '(vc-annotate-color-map
(list (list

View File

@ -148,7 +148,7 @@
;;nim ; python + lisp at the speed of c ;;nim ; python + lisp at the speed of c
;;nix ; I hereby declare "nix geht mehr!" ;;nix ; I hereby declare "nix geht mehr!"
;;ocaml ; an objective camel ;;ocaml ; an objective camel
(org +pretty) ; organize your plain life in plain text org ; organize your plain life in plain text
;;php ; perl's insecure younger brother ;;php ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more ;;plantuml ; diagrams for confusing people more
;;purescript ; javascript, but functional ;;purescript ; javascript, but functional

View File

@ -51,5 +51,3 @@
(package! exec-path-from-shell) (package! exec-path-from-shell)
(package! ewal) (package! ewal)
(package! ewal-doom-themes) (package! ewal-doom-themes)
(package! crdt :pin "81b55a27")

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
if ps aux | egrep -q '[t]imeshift|[r]sync'; then if ps aux | egrep '[r]sync'; then
echo " " echo " "
fi fi

View File

@ -26,12 +26,11 @@ args=("$@")
PATH_TO_IMG="${args[0]}" PATH_TO_IMG="${args[0]}"
if [[ -z "$PATH_TO_IMG" ]]; then if [[ -z "$PATH_TO_IMG" ]]; then
wpg -m wpg -m
. "${HOME}/.cache/wal/colors.sh" . "${HOME}/.cache/wal/colors.sh"
PATH_TO_IMG=$wallpaper PATH_TO_IMG=$wallpaper
else else
additionalArgs=("${args[@]:1}")
wpg -a $PATH_TO_IMG wpg -a $PATH_TO_IMG
wpg -s "$(basename $PATH_TO_IMG)" wpg -s "$(basename $PATH_TO_IMG)"
fi fi
@ -61,8 +60,7 @@ zathura-pywal
emacsclient -e "(load-theme 'ewal-doom-one)" emacsclient -e "(load-theme 'ewal-doom-one)"
~/dev/linux/telegram-palette-gen/telegram-palette-gen --wal ~/dev/linux/telegram-palette-gen/telegram-palette-gen --wal
colorblocks
betterlockscreen -u $PATH_TO_IMG 2>/dev/null & betterlockscreen -u $PATH_TO_IMG &
fish -c "source ~/.cache/wal/colors.fish" fish -c "source ~/.cache/wal/colors.fish"