Adding some program configurations

This commit is contained in:
mangeshrex 2021-09-09 20:31:50 +05:30
parent b1969dd34d
commit ecf975d5f5
4 changed files with 72 additions and 12 deletions

View File

@ -20,7 +20,7 @@ __powerline() {
if [[ -z "$PS_SYMBOL" ]]; then
case "$(uname)" in
Darwin) PS_SYMBOL='';;
Linux) PS_SYMBOL='$';;
Linux) PS_SYMBOL='';;
*) PS_SYMBOL='%';;
esac
fi
@ -64,9 +64,9 @@ __powerline() {
# Check the exit code of the previous command and display different
# colors in the prompt accordingly.
if [ $? -eq 0 ]; then
local symbol="$COLOR_SUCCESS $PS_SYMBOL $COLOR_RESET"
local symbol="$COLOR_SUCCESS$PS_SYMBOL $COLOR_RESET"
else
local symbol="$COLOR_FAILURE $PS_SYMBOL $COLOR_RESET"
local symbol="$COLOR_FAILURE$PS_SYMBOL $COLOR_RESET"
fi
local cwd="$COLOR_CWD\w$COLOR_RESET"
@ -83,7 +83,7 @@ __powerline() {
local git="$COLOR_GIT$(__git_info)$COLOR_RESET"
fi
PS1="\e[1;31m󰮯 \e[0m $cwd$git$symbol"
PS1="\e[1;31m\e[0m $cwd$git \e[1;35m\e[0m\e[1;33m\e[0m$symbol"
}
PROMPT_COMMAND="ps1${PROMPT_COMMAND:+; $PROMPT_COMMAND}"

View File

@ -13,14 +13,8 @@ alias lsg='logo-ls -D'
alias lag='logo-ls -AD'
alias llg='logo-ls -alD'
alias xw='xwallpaper --zoom'
alias orphan='pacman -Qtdq | pacman -Rns -'
source ~/.bash-powerline.sh
#PS1='\033\e[0;31m󰅂\033\e[0m\e[0;32m󰅂\e[0;34m󰅂\e[0m \e[1;36m󰉋 \e[0m \W '
rxfetch
if [ -f /etc/bash.command-not-found ]; then
. /etc/bash.command-not-found
fi
alias load="kill -USR1 $(pidof st)"
alias use="xrdb merge"

42
uWu/kitty/kitty.conf Normal file
View File

@ -0,0 +1,42 @@
font_family CascadiaMono
bold_font JetBrainsMono-Bold
italic_font JetBrainsMono-Italic
bold_italic_font JetBrainsMono-BoldItalic
font_size 10
# The window padding (in pts) (blank area between the text and the window border)
window_padding_width 10
#opactiy
background_opacity 3.50
#: The width (in pts) of window borders. Will be rounded to the
#: nearest number of pixels based on screen resolution. Note that
#: borders are displayed only when more than one window is visible.
#: They are meant to separate multiple windows.
window_margin_width 5
foreground #C5C8C9
background #0f1315
cursor #2F3131
color0 #2F3131
color1 #e74c4c
color2 #6bb05d
color3 #e59e67
color4 #5b98a9
color5 #ef7cbb
color6 #51a39f
color7 #c4c4c4
color8 #343636
color9 #c26f6f
color10 #8dc776
color11 #e7ac7e
color12 #7ab3c3
color13 #d3869b
color14 #6db0ad
color15 #bfbfbf
selection_foreground #282c34
selection_background #979eab

24
uWu/zathura/zathurarc Normal file
View File

@ -0,0 +1,24 @@
# My One-Dark themed Zathura Settings
set default-bg "#0f1315"
set default-fg "#C5C8C9"
set statusbar-fg "#C5C8C9"
set statusbar-bg "#2F3131"
set inputbar-fg "#C5C8C9"
set notification-error-bg "#0f1315"
set notification-error-fg "#C5C8C9"
set highlight-color "#2F3131"
set highlight-active-color "#6bb05d"
set notification-bg "#0f1315"
set notification-fg "#C5C8C9"
set recolor-lightcolor "#2F3131"
set recolor-darkcolor "#2F3131"
set recolor "true"
set font "SpaceMono Nerd Font Mono 12"