Browse Source

Remove old files, remove .fehbg file

master
Riyyi 7 years ago
parent
commit
8a5bcc521e
  1. 2
      .config/i3/config
  2. 2
      .config/xorg/xinitrc
  3. 20
      .oh-my-zsh/themes/riyyi.zsh-theme
  4. 3
      .zprofile

2
.config/i3/config

@ -210,7 +210,7 @@ hide_edge_borders both
for_window [class=".*"] border pixel 2 for_window [class=".*"] border pixel 2
# Application startup # Application startup
exec_always --no-startup-id feh --bg-fill $HOME/Pictures/wallpaper.jpg exec_always --no-startup-id feh --bg-fill $HOME/Pictures/wallpaper.jpg --no-fehbg
exec --no-startup-id firefox exec --no-startup-id firefox
exec --no-startup-id urxvt exec --no-startup-id urxvt
exec --no-startup-id thunar --daemon exec --no-startup-id thunar --daemon

2
.config/xorg/xinitrc

@ -8,6 +8,6 @@ export GDK_DPI_SCALE=0.5
# Screensaver # Screensaver
xset s off xset s off
xset -dmps xset -dpms
exec i3 exec i3

20
.oh-my-zsh/themes/riyyi.zsh-theme

@ -1,20 +0,0 @@
local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )"
local usr_host="%{$fg[cyan]%}%n%{$reset_color%}@%{$fg[cyan]%}%m%{$reset_color%}"
local directory="%{$fg[green]%}%~%{$reset_color%}"
local arrow="%(?::%{$fg[red]%})➤%{$reset_color%}"
PROMPT='╭─${usr_host} ${directory} $(git_prompt_info)
╰─${arrow} '
RPROMPT='%t'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$reset_color%}%{$fg_bold[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$fg_bold[blue]%})%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[yellow]%}✗"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$reset_color"
ZSH_THEME_GIT_PROMPT_AHEAD=" ↑"
ZSH_THEME_GIT_PROMPT_BEHIND=" ↓"
ZSH_THEME_GIT_PROMPT_STASHED=" ●"
ZSH_THEME_GIT_PROMPT_UNMERGED="🖕🏻 "
ZSH_THEME_GIT_PROMPT_UNTRACKED=" %{$fg[yellow]%}⭑"

3
.zprofile

@ -1,3 +0,0 @@
if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then
exec startx
fi
Loading…
Cancel
Save