diff --git a/.bashrc b/.bashrc index 59578f3..19251ae 100644 --- a/.bashrc +++ b/.bashrc @@ -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 diff --git a/.config/gtk-3.0/bookmarks b/.config/gtk-3.0/bookmarks new file mode 100644 index 0000000..0c503d6 --- /dev/null +++ b/.config/gtk-3.0/bookmarks @@ -0,0 +1,5 @@ +file:///home/purhan/Documents +file:///home/purhan/Music +file:///home/purhan/Pictures +file:///home/purhan/Videos +file:///home/purhan/Downloads diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini index c7d997d..15e0d72 100644 --- a/.config/gtk-3.0/settings.ini +++ b/.config/gtk-3.0/settings.ini @@ -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 diff --git a/.gtkrc-2.0 b/.gtkrc-2.0 index 206b9d8..b39cd31 100644 --- a/.gtkrc-2.0 +++ b/.gtkrc-2.0 @@ -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"