mirror of
https://github.com/purhan/dotfiles.git
synced 2026-03-02 08:56:19 +08:00
update
This commit is contained in:
parent
571af14713
commit
17509c05e7
4 changed files with 11 additions and 3 deletions
3
.bashrc
3
.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
|
||||
|
|
|
|||
5
.config/gtk-3.0/bookmarks
Normal file
5
.config/gtk-3.0/bookmarks
Normal 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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue