wpgtk#
This commit is contained in:
parent
b1060e342a
commit
9d5b6878ed
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue