From c5a620b4a2339c78503e68f84a1060c3129f706c Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 13 Sep 2017 18:43:34 +0200 Subject: Fix all color like #000 to #000000 --- i3/.config/i3/config | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'i3') diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 70e5283..62fd52a 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -9,8 +9,8 @@ ### THEME ### -set $FOCUS #000 -set $UNFOCUS #000 +set $FOCUS #000000 +set $UNFOCUS #000000 # Layout colors bord bg text indicator (split) client.focused $FOCUS $FOCUS $FOCUS $FOCUS @@ -56,9 +56,9 @@ set $AltKey Mod1 # help command -bindsym $AltKey+h exec urxvt -fn "xft:Fira Code:size=8" -name floatme --background "#000" -cursorColor "#31363B" -geometry 88x33 -e sh ~/.config/i3/what.sh -bindsym $WinKey+h exec urxvt -fn "xft:Fira Code:size=8" -name floatme --background "#000" -cursorColor "#31363B" -geometry 88x33 -e sh ~/.config/i3/what_command_help.sh -bindsym $WinKey+a exec urxvt -fn "xft:Fira Code:size=8" -name floatme --background "#000" -cursorColor "#31363B" -geometry 88x49 -e sh ~/.config/i3/what_alias.sh +bindsym $AltKey+h exec urxvt -fn "xft:Fira Code:size=8" -name floatme --background "#000000" -cursorColor "#31363B" -geometry 88x33 -e sh ~/.config/i3/what.sh +bindsym $WinKey+h exec urxvt -fn "xft:Fira Code:size=8" -name floatme --background "#000000" -cursorColor "#31363B" -geometry 88x33 -e sh ~/.config/i3/what_command_help.sh +bindsym $WinKey+a exec urxvt -fn "xft:Fira Code:size=8" -name floatme --background "#000000" -cursorColor "#31363B" -geometry 88x49 -e sh ~/.config/i3/what_alias.sh # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. @@ -109,7 +109,7 @@ bindsym $WinKey+Shift+F5 exec firefox-developer bindsym $WinKey+Shift+F6 exec qterminal -e atom bindsym $WinKey+Shift+F7 exec terminator -e ncmpcpp bindsym $WinKey+Shift+F8 exec terminator -e qutebrowser -#bindsym $AltKey+a exec urxvt -name floatme --background "#000" -cursorColor "#31363B" -font 7x13 -geometry 88x33 -e "pygmentize ~/.zsh/aliases.zsh | less" +#bindsym $AltKey+a exec urxvt -name floatme --background "#000000" -cursorColor "#31363B" -font 7x13 -geometry 88x33 -e "pygmentize ~/.zsh/aliases.zsh | less" #bindsym $WinKey+Shift+v move morkspace to output right bindsym $WinKey+control+l exec i3lock-fancy bindsym $WinKey+p exec rofi-pass @@ -323,12 +323,12 @@ bindsym $WinKey+r mode "resize" bar { #status_command i3blocks colors { - background #000 - statusline #ffffff - inactive_workspace #000 #000 #ffffff - active_workspace #000 #000 #ffffff - focused_workspace #ffffff #000 #ffffff - urgent_worKspace #ffffff #fff #000 + background #000000 + statusline #fffffffff + inactive_workspace #000000 #000000 #fffffffff + active_workspace #000000 #000000 #fffffffff + focused_workspace #fffffffff #000000 #fffffffff + urgent_worKspace #fffffffff #ffffff #000000 } status_command python ~/.config/i3pystatus/conf.py } -- cgit v1.2.1