update i3 config new colors and wallpaper
prithugoswami prithugoswami524@gmail.com
Tue, 18 Sep 2018 05:51:21 +0530
1 files changed,
13 insertions(+),
8 deletions(-)
jump to
M
i3/config
→
i3/config
@@ -4,9 +4,9 @@ ### Appearance ###{{{
## Wallpaper ## {{{ -#set $wall_set feh --bg-fill ~/Desktop/walls/wall2.jpg +#set $wall_set feh --bg-fill ~/Desktop/walls/wall3.png -set $wall_set wal -e -s -i ~/Desktop/walls/wall.jpg +set $wall_set wal -e -s -i ~/Desktop/walls/green2.jpg # pywal will set the wallpaper and change the colors only for # rofi and some other things@@ -86,6 +86,11 @@ set $arc_darker_blue #181b21
set $arc_white #ededed set $arc_grey #777777 set $arc_red #cc575d + +# Mist colors +set $mist_green #4a6a38 +set $mist_dark_blue #040f18 +set $mist_darker_blue #01060a #}}} ## Window Decorations ##{{{@@ -384,8 +389,8 @@ # Configures the monitors according to the last set layout using xrandr
exec --no-startup-id ~/.screenlayout/last_layout exec_always --no-startup-id $wall_set # disable the trackpad -exec toggle_touchpad -#exec --no-startup-d syncthing -no-browser +exec --no-startup-id toggle_touchpad +exec --no-startup-id syncthing -no-browser #}}}@@ -396,7 +401,7 @@ set $mod Mod4
# Use Mouse+$mod to drag floating windows floating_modifier $mod -exec_always "killall flashfocus ; flashfocus" +exec_always --no-startup-id "killall flashfocus ; flashfocus" bindsym $mod+F2 exec --no-startup-id toggle_touchpad # Font for window titles. Will also be used by the bar unless a different font@@ -463,14 +468,14 @@ font xft:Roboto 9
strip_workspace_numbers yes colors { - background $arc_darker_blue + background $mist_dark_blue statusline #F9FAF9 separator #454947 # border, backgr, text - focused_workspace $arc_blue $arc_blue $arc_white + focused_workspace $mist_green $mist_green $arc_white active_workspace #595B5B #353836 #FDF6E3 - inactive_workspace $arc_dark_blue $arc_dark_blue $arc_white + inactive_workspace $mist_dark_blue $mist_dark_blue $arc_white binding_mode $arc_blue $arc_dark_blue $arc_white urgent_workspace $arc_red $arc_red $arc_white }