aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeodarZ <neodarz@neodarz.ovh>2016-12-05 16:20:33 +0100
committerNeodarZ <neodarz@neodarz.ovh>2016-12-05 16:20:33 +0100
commit6e1893fa88f1e4d854fa88b775bfcfd6b9a7765e (patch)
tree7e1b5c6a20abc7a171385188181286e6ae12f83b
parent73f3c5561a418bc0730afe15c23c8d1ba03e25d8 (diff)
downloaddotfiles-6e1893fa88f1e4d854fa88b775bfcfd6b9a7765e.tar.xz
dotfiles-6e1893fa88f1e4d854fa88b775bfcfd6b9a7765e.zip
Add new disign
-rw-r--r--i3/config43
1 files changed, 29 insertions, 14 deletions
diff --git a/i3/config b/i3/config
index 8ea432d..e9d2946 100644
--- a/i3/config
+++ b/i3/config
@@ -1,5 +1,5 @@
exec /home/neodarz/.back.sh
-exec evolution
+#exec evolution
# This file has been auto-generated by i3-config-wiizard(1).
# It will not be overwritten, so edit it as you like.
#
@@ -10,14 +10,16 @@ exec evolution
### THEME ###
-set $FOCUS #989898
-set $UNFOCUS #3c3b37
+set $FOCUS #18B193
+set $TFOCUS #383C4A
+set $UNFOCUS #383C4A
+set $TUNFOCUS #18B193
# Layout colors bord bg text indicator (split)
-client.focused $FOCUS $FOCUS $FOCUS $FOCUS
-client.focused_inactive $UNFOCUS $UNFOCUS $UNFOCUS $UNFOCUS
-client.unfocused $UNFOCUS $UNFOCUS $UNFOCUS $UNFOCUS
-client.urgent $FOCUS $FOCUS $FOCUS $FOCUS
+client.focused $FOCUS $FOCUS $TFOCUS $FOCUS
+client.focused_inactive $UNFOCUS $UNFOCUS $TUNFOCUS $UNFOCUS
+client.unfocused $UNFOCUS $UNFOCUS $TUNFOCUS $UNFOCUS
+client.urgent $FOCUS $UNFOCUS $FOCUS $TFOCUS
client.background $UNFOCUS
### Borders ###
@@ -25,12 +27,12 @@ client.background $UNFOCUS
new_window pixel 4
new_float pixel 4
-for_window [class="^.*"] border pixel 0
+for_window [class="^.*"] border pixel 1
focus_follows_mouse no
### Gaps ###
-set $default_gaps_inner 12
+set $default_gaps_inner 0
set $default_gaps_outer 0
gaps inner $default_gaps_inner
gaps outer $default_gaps_outer
@@ -82,7 +84,7 @@ bindsym XF86AudioLowerVolume exec amixer -q sset Master 1%-
bindsym XF86AudioRaiseVolume exec amixer -q sset Master 1%+
# Microphone control => amixer set Capture toggle
-bindsym $mod+control+m exec amixer set Capture toggle
+bindsym $mod+control+m exec amixer set Capture toggle
# CAPS & NUM status
@@ -90,7 +92,7 @@ bindsym --release Caps_Lock exec pkill -SIGRTMIN+11 i3blocks
bindsym --release Num_Lock exec pkill -SIGRTMIN+11 i3blocks
# App
-bindsym --release $mod+o exec scrot ~/screenshots/%b\ %d-%H:%M:%S.png
+bindsym --release $mod+o exec scrot -s -e 'mv $f ~/screenshots/'
bindsym $mod+Shift+F1 exec terminator -x ranger
bindsym $mod+Shift+F2 exec terminator -x cmus
bindsym $mod+Shift+F3 exec terminator -x mutt
@@ -107,11 +109,13 @@ bindsym $mod+Return exec terminator
bindsym $mod+Shift+A kill
# start dmenu (a program launcher)
-bindsym $mod+d exec dmenu_run
+#bindsym $mod+d exec dmenu_run
+bindsym $mod+d exec rofi -show run -font "ubuntu mono 7.5" -width 30 -lines 5 -separator-style none -hide-scrollbar -bw 4 -bc "#111111"
+#bindsym $mod+d exec rofi -color-window "#383c4a, #383c4a, #18b193" -color-normal "#586e75, #18b193, #324f58, #18b193, #586e75" -color-active "#586e75, #268bd2, #324f58, #268bd2, #fdf6e3" -color-urgent "#586e75, #dc322f, #324f58, #dc322f, #fdf6e3"
# There also is the (new) i3-dmenu-desktop which only displays applications
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed.
-# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
+#bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
# change focus
bindsym $mod+j focus left
@@ -223,6 +227,17 @@ bindsym $mod+r mode "resize"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
- #status_command i3blocks
+ colors {
+ background #383C4A
+ statusline #18B193
+ separator #18B193
+
+ focused_workspace #18B193 #222222 #18B193
+ active_workspace #383C4A #5f676a #ffffff
+ inactive_workspace #383C4A #222222 #888888
+ urgent_workspace #383C4A #900000 #ffffff
+ binding_mode #383C4A #900000 #ffffff
+ }
+ #status_command i3blocks
status_command python ~/.config/i3pystatus/conf.py
}