Remove old files, remove .fehbg file
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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]%}⭑"
|
|
||||||
Reference in New Issue
Block a user