diff --git a/TODO b/TODO index 46b6419..80869ca 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,5 @@ install steam, wine and lib32 multilib pipwire-pulseaudio as root to X11 add nvidia to modprobe ant mkinitcpio (hyperland doc) -improve git prompt git rev-list --left-right --count main...origin/main +improve i3lock +configure ranger diff --git a/links/rofi/launcher.rasi b/links/rofi/launcher.rasi index f9fcc9f..5f8879b 100644 --- a/links/rofi/launcher.rasi +++ b/links/rofi/launcher.rasi @@ -16,11 +16,11 @@ } window { - width: 90%; - height: 100%; + width: 50%; + height: 50%; margin: 0px; - location: north; - anchor: north; + location: center; + anchor: center; background-color: @bg-transparent; //background-color: green; } diff --git a/links/tty/bash.bashrc b/links/tty/bash.bashrc index 52a6759..b587a3a 100644 --- a/links/tty/bash.bashrc +++ b/links/tty/bash.bashrc @@ -27,21 +27,12 @@ fi # exec Hyprland --i-am-really-stupid #fi -_git () { - if git branch > /dev/null 2>&1 - then - printf "\e[48;5;069;38;5;063m\e[00m\e[48;5;069m" - printf "  %s " "$(awk '{print $2}' <<< "$(git branch)")" - printf "\e[00m\e[38;5;069m\e[00m" - else - printf "\e[38;5;063m\e[00m" - fi -} +. /usr/local/share/dotfiles/scripts/git.sh -PS1="\n\[\e[48;5;027m\] \u \[\e[00m\]\[\e[48;5;033;38;5;027m\]\[\e[00m\]" +PS1="\n\[\e[48;5;027m\]  \u \[\e[00m\]\[\e[48;5;033;38;5;027m\]\[\e[00m\]" PS1+="\[\e[48;5;033m\] \h \[\e[00m\]\[\e[48;5;063;38;5;033m\]\e[00m\]" -PS1+="\[\e[48;5;063m\] \w \[\e[00m\]" -PS1+="\$(_git) " +PS1+="\[\e[48;5;063m\] \w \[\e[00m\]\[\e[48;5;069;38;5;063m\]\e[00m\]" +PS1+="\[\e[48;5;069m\]\$(_git) \[\e[00m\]\[\e[38;5;069m\]\e[00m\] " # You may comment the following lines if you won't `ls' to be colorized: eval "$(dircolors)"