From 782e74775b1f3dcefcb712969a13a602c774511f Mon Sep 17 00:00:00 2001 From: qvalentin Date: Thu, 23 Dec 2021 14:13:42 +0100 Subject: [PATCH] some changes --- .config/fish/config.fish | 1 + .config/fish/functions/fish_prompt.fish | 3 ++- .config/xmonad | 2 +- .doom.d/custom.el | 2 +- .scripts/changebg | 6 ++++++ .scripts/wttr | 2 +- 6 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index daad9ed..16fed3f 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -8,4 +8,5 @@ if [ "$TERMINAL_EMULATOR" = "JetBrains-JediTerm" ] end +set -x MANPAGER "sh -c 'col -bx | bat -l man -p'" thefuck --alias | source diff --git a/.config/fish/functions/fish_prompt.fish b/.config/fish/functions/fish_prompt.fish index 2979e8b..3b94729 100644 --- a/.config/fish/functions/fish_prompt.fish +++ b/.config/fish/functions/fish_prompt.fish @@ -6,7 +6,8 @@ function fish_prompt --description 'Write out the prompt' # Color the prompt differently when we're root set -l color_cwd $fish_color_cwd set -l prefix - set -l suffix 'λ' + #set -l suffix 'λ' + set -l suffix "⋊>" if contains -- $USER root toor if set -q fish_color_cwd_root set color_cwd $fish_color_cwd_root diff --git a/.config/xmonad b/.config/xmonad index 2a1d469..45a0d52 160000 --- a/.config/xmonad +++ b/.config/xmonad @@ -1 +1 @@ -Subproject commit 2a1d469dd4861f7dd872a27d0fbba18a48af3b59 +Subproject commit 45a0d521209bfdc3bdc3f9ee10c8dee49ddfe1aa diff --git a/.doom.d/custom.el b/.doom.d/custom.el index 549ce38..0d22ed7 100644 --- a/.doom.d/custom.el +++ b/.doom.d/custom.el @@ -6,7 +6,7 @@ '(ansi-color-names-vector ["#282828" "#fb4934" "#b8bb26" "#fabd2f" "#83a598" "#cc241d" "#8ec07c" "#ebdbb2"]) '(custom-safe-themes - '("8a379e7ac3a57e64de672dd744d4730b3bdb88ae328e8106f95cd81cbd44e0b6" "6c531d6c3dbc344045af7829a3a20a09929e6c41d7a7278963f7d3215139f6a7" default)) + '("2035a16494e06636134de6d572ec47c30e26c3447eafeb6d3a9e8aee73732396" "8a379e7ac3a57e64de672dd744d4730b3bdb88ae328e8106f95cd81cbd44e0b6" "6c531d6c3dbc344045af7829a3a20a09929e6c41d7a7278963f7d3215139f6a7" default)) '(exwm-floating-border-color "#504945") '(fci-rule-color "#7c6f64") '(highlight-tail-colors ((("#363627" "#363627") . 0) (("#323730" "#323730") . 20))) diff --git a/.scripts/changebg b/.scripts/changebg index 0ff1d13..33ba214 100755 --- a/.scripts/changebg +++ b/.scripts/changebg @@ -57,4 +57,10 @@ xmonad --restart zathura-pywal +emacsclient -e "(load-theme 'ewal-doom-one)" + +~/dev/linux/telegram-palette-gen/telegram-palette-gen --wal + betterlockscreen -u $PATH_TO_IMG & + +fish -c "source ~/.cache/wal/colors.fish" diff --git a/.scripts/wttr b/.scripts/wttr index 5d7645c..6d3a04f 100755 --- a/.scripts/wttr +++ b/.scripts/wttr @@ -1,4 +1,4 @@ #!/bin/bash -curl 'wttr.in/Nuremberg?format=%t\n' +curl 'wttr.in/Landau?format=%t\n'