This commit is contained in:
purhan 2020-09-15 09:20:14 +05:30
parent 571af14713
commit 17509c05e7
4 changed files with 11 additions and 3 deletions

View file

@ -178,3 +178,6 @@ PS1="\[\e[1;49;34m\]@\u\[\e[00m\]\[\e[01;49;39m\]\[\e[00m\] \[\e[1;49;31m\]\W\[\
PS1+=" (git: \e[1;50;35m\]\$(parse_git_branch)\[\033[34m\]\$(parse_git_dirty)\[\033[00m\])"
PS1+="\n \[\033[32m\]➜\[\e[0m\] "
export PS1
alias pip=pip3

View file

@ -0,0 +1,5 @@
file:///home/purhan/Documents
file:///home/purhan/Music
file:///home/purhan/Pictures
file:///home/purhan/Videos
file:///home/purhan/Downloads

View file

@ -1,5 +1,5 @@
[Settings]
gtk-application-prefer-dark-theme=false
gtk-application-prefer-dark-theme=0
gtk-button-images=1
gtk-cursor-theme-name=xcursor-breeze
gtk-cursor-theme-size=0
@ -13,7 +13,7 @@ gtk-icon-theme-name=ePapirus
gtk-menu-images=1
gtk-modules=\sappmenu-gtk-module :gail:atk-bridge
gtk-primary-button-warps-slider=false
gtk-theme-name=dracula
gtk-theme-name=gtk-master
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
gtk-xft-antialias=1

View file

@ -2,7 +2,7 @@
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
include "/home/purhan/.gtkrc-2.0.mine"
gtk-theme-name="dracula"
gtk-theme-name="gtk-master"
gtk-icon-theme-name="ePapirus"
gtk-font-name="Noto Sans, 10"
gtk-cursor-theme-name="xcursor-breeze"