aboutsummaryrefslogtreecommitdiff
path: root/i3/.config/i3/config
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-09-13 18:43:34 +0200
committerneodarz <neodarz@neodarz.net>2017-09-13 18:43:34 +0200
commitc5a620b4a2339c78503e68f84a1060c3129f706c (patch)
treef5f1b95e3d3009d94f1da8d6080300541fa5b7a6 /i3/.config/i3/config
parent53337fa913285ce1aabf23a6d00bb3ff79c2e41a (diff)
downloaddotfiles_ascii-c5a620b4a2339c78503e68f84a1060c3129f706c.tar.xz
dotfiles_ascii-c5a620b4a2339c78503e68f84a1060c3129f706c.zip
Fix all color like #000 to #000000
Diffstat (limited to 'i3/.config/i3/config')
-rw-r--r--i3/.config/i3/config24
1 files changed, 12 insertions, 12 deletions
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
}