From 9d5b6878ed9ca09645bdca144b6318d499350de8 Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Fri, 22 Nov 2019 00:45:03 +0200 Subject: [PATCH] wpgtk# --- .config/i3/config | 16 ++++++------ .config/polybar/config | 28 ++++++++++----------- .config/wpg/templates/config_i3_config.base | 2 +- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 8572e34..38a4368 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -51,11 +51,11 @@ bindsym $mod+Shift+c sticky toggle ######### COLORS ########## # BORDER BACKGROUND TEXT INDICATOR CHILD_BORDER -client.focused #4B4A43 #705967 #050407 #4B4A43 #694F58 -client.unfocused #694F58 #4B4A43 #c2b6b7 #694F58 #050407 -client.focused_inactive #050407 #877f80 #c2b6b7 #694F58 #050407 -client.urgent #564552 #564552 #050407 #564552 #564552 -client.background #877f80 +client.focused #997A7E #7288B0 #0F0F15 #997A7E #657194 +client.unfocused #657194 #997A7E #c5cee0 #657194 #0F0F15 +client.focused_inactive #0F0F15 #89909c #c5cee0 #657194 #0F0F15 +client.urgent #3B5A87 #3B5A87 #0F0F15 #3B5A87 #3B5A87 +client.background #89909c ###---Starting External Scripts---### @@ -139,7 +139,7 @@ bindsym $mod+Ctrl+b exec --no-startup-id compton -b -f bindsym $mod+Return exec $term bindsym $mod+Shift+Return exec $term -e tmux -bindsym $mod+Shift+space floating toggle +bindsym Mod1+f floating toggle bindsym $mod+space focus mode_toggle bindsym $mod+Escape workspace prev @@ -149,7 +149,7 @@ bindsym $mod+BackSpace exec $flash bindsym $mod+Shift+BackSpace exec ~/.config/Scripts/on # Show selection: -bindsym Mod1+l exec clipster -sp +bindsym Mod1+c exec clipster -sp #STOP/HIDE EVERYTHING: bindsym $mod+Shift+Delete exec $truemute ; exec $truepause ; workspace lmao ; exec $term -e htop ; exec $term -e ranger @@ -197,7 +197,7 @@ bindsym $mod+s gaps inner current plus 5 bindsym $mod+Shift+s gaps inner current minus 5 #bindsym $mod+d exec rofi -config ~/.config/rofi/config -show drun -bindsym $mod+d exec dmenu_run -fn 'Ubuntu Mono derivative Powerline-18' -h '35' -nb '#975F3B' -sf '#050407' -sb '#564552' -nf '#c2b6b7' +bindsym $mod+d exec dmenu_run -fn 'Ubuntu Mono derivative Powerline-18' -h '35' -nb '#7196C8' -sf '#0F0F15' -sb '#3B5A87' -nf '#c5cee0' bindsym Mod1+d exec ~/.config/Scripts/rofi-bangs.sh bindsym $mod+Shift+d gaps inner current set 0; gaps outer current set 0 diff --git a/.config/polybar/config b/.config/polybar/config index 3824e59..135f0f2 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -5,21 +5,21 @@ ; [colors] background = #00000000 -background-alt = #4B4A43 -foreground = #694F58 -foreground-alt = #936B6E -highlight = #c2b6b7 -error = #564552 -red = #564552 -yellow = #705967 -green = #975F3B -darkblue = #694F58 +background-alt = #997A7E +foreground = #657194 +foreground-alt = #9B93A4 +highlight = #c5cee0 +error = #3B5A87 +red = #3B5A87 +yellow = #7288B0 +green = #7196C8 +darkblue = #657194 alert = #FF0000 -lightblue = #c2b6b7 -orange = #936B6E -blue = #4B4A43 -black = #050407 -grey = #877f80 +lightblue = #c5cee0 +orange = #9B93A4 +blue = #997A7E +black = #0F0F15 +grey = #89909c [bar/top] monitor = ${env:MONITOR:eDP-1} diff --git a/.config/wpg/templates/config_i3_config.base b/.config/wpg/templates/config_i3_config.base index aac9644..ccc175a 100644 --- a/.config/wpg/templates/config_i3_config.base +++ b/.config/wpg/templates/config_i3_config.base @@ -139,7 +139,7 @@ bindsym $mod+Ctrl+b exec --no-startup-id compton -b -f bindsym $mod+Return exec $term bindsym $mod+Shift+Return exec $term -e tmux -bindsym $mod+Shift+space floating toggle +bindsym Mod1+f floating toggle bindsym $mod+space focus mode_toggle bindsym $mod+Escape workspace prev