aboutsummaryrefslogtreecommitdiff
path: root/TMU/.config/i3/config
diff options
context:
space:
mode:
Diffstat (limited to 'TMU/.config/i3/config')
-rw-r--r--TMU/.config/i3/config162
1 files changed, 143 insertions, 19 deletions
diff --git a/TMU/.config/i3/config b/TMU/.config/i3/config
index f7cd9f8..6e7ab17 100644
--- a/TMU/.config/i3/config
+++ b/TMU/.config/i3/config
@@ -179,17 +179,18 @@ bindsym $mod+r mode "resize"
# modified in /etc/i3status.conf
# with my personal edits
bar {
- colors {
- background #212121 #dark grey
- statusline #00ffff #that neon blue
- separator #666666 #grey
-
- focused_workspace #D42471 #000000 #00ffff #pink #black #neon blue
- active_workspace #D42471 #000000 #00ffff
- inactive_workspace #593fa6 #000000 #D42471 #purple
- urgent_workspace #ff00ff #000000 #00ffff
- binding_mode #ff00ff #000000 #00ffff #neon pink
- }
+ colors {
+ background #040217
+ statusline #972e73
+ separator #231C51
+
+ focused_workspace #c583b6 #040217 #d52c70
+ active_workspace #6c2d7a #000000 #c583b6
+ inactive_workspace #6c2d7a #000000 #6c2d7a
+ urgent_workspace #20202D #F54A94 #FFFFFF
+ binding_mode #20202D #F54A94 #FFFFFF
+ }
+ separator_symbol "║"
status_command i3status
}
@@ -211,15 +212,14 @@ bindsym $mod+Shift+O exec "notify-send Opening opera" ; exec opera
#launch spotify
bindsym $mod+Shift+S exec "notify-send Opening spotify" ; exec spotify
-#THEME
-# class border bground text indicator child_border
-client.focused #D42471 #000000 #00ffff #E5428C #D42471
-client.focused_inactive #593fa6 #000000 #D42471 #4F1C87 #3A4474
-client.unfocused #593fa6 #000000 #D42471 #4F1C87 #3A4474
-client.urgent #E5428C #593fa6 #FFFFFF #4F1C87 #3A4474
-client.placeholder #593fa6 #593fa6 #FFFFFF #4F1C87 #3A4474
+# class border backgr. text indicator child_border
+client.focused #c583b6 #040217 #d52c70 #F54A94 #814db3
+client.focused_inactive #6C2D7A #000000 #c583b6 #0C1746 #3C3C54
+client.unfocused #6C2D7A #000000 #6C2D7A #0C1746 #3C3C54
+client.urgent #F54A94 #20202D #FFFFFF #0C1746 #F54A94
+client.placeholder #20202D #20202D #FFFFFF #0C1746 #3C3C54
-client.background #D42471
+client.background #D52C70
#poweroff
bindsym $mod+Shift+X exec poweroff
@@ -228,3 +228,127 @@ bindsym $mod+Shift+BackSpace exec reboot
#lauch Discord
bindsym $mod+Shift+D exec "notify-send Opening Discord" ; exec discord
+
+######GAPS######
+set $mode_gaps Gaps: (o)uter, (i)nner, (h)orizontal, (v)ertical, (t)op, (r)ight, (b)ottom, (l)eft
+set $mode_gaps_outer Outer Gaps: +|-|0 (local), Shift + +|-|0 (global)
+set $mode_gaps_inner Inner Gaps: +|-|0 (local), Shift + +|-|0 (global)
+set $mode_gaps_horiz Horizontal Gaps: +|-|0 (local), Shift + +|-|0 (global)
+set $mode_gaps_verti Vertical Gaps: +|-|0 (local), Shift + +|-|0 (global)
+set $mode_gaps_top Top Gaps: +|-|0 (local), Shift + +|-|0 (global)
+set $mode_gaps_right Right Gaps: +|-|0 (local), Shift + +|-|0 (global)
+set $mode_gaps_bottom Bottom Gaps: +|-|0 (local), Shift + +|-|0 (global)
+set $mode_gaps_left Left Gaps: +|-|0 (local), Shift + +|-|0 (global)
+bindsym $mod+Shift+g mode "$mode_gaps"
+
+mode "$mode_gaps" {
+ bindsym o mode "$mode_gaps_outer"
+ bindsym i mode "$mode_gaps_inner"
+ bindsym h mode "$mode_gaps_horiz"
+ bindsym v mode "$mode_gaps_verti"
+ bindsym t mode "$mode_gaps_top"
+ bindsym r mode "$mode_gaps_right"
+ bindsym b mode "$mode_gaps_bottom"
+ bindsym l mode "$mode_gaps_left"
+ bindsym Return mode "$mode_gaps"
+ bindsym Escape mode "default"
+}
+
+mode "$mode_gaps_outer" {
+ bindsym plus gaps outer current plus 5
+ bindsym minus gaps outer current minus 5
+ bindsym 0 gaps outer current set 0
+
+ bindsym Shift+plus gaps outer all plus 5
+ bindsym Shift+minus gaps outer all minus 5
+ bindsym Shift+0 gaps outer all set 0
+
+ bindsym Return mode "$mode_gaps"
+ bindsym Escape mode "default"
+}
+mode "$mode_gaps_inner" {
+ bindsym plus gaps inner current plus 5
+ bindsym minus gaps inner current minus 5
+ bindsym 0 gaps inner current set 0
+
+ bindsym Shift+plus gaps inner all plus 5
+ bindsym Shift+minus gaps inner all minus 5
+ bindsym Shift+0 gaps inner all set 0
+
+ bindsym Return mode "$mode_gaps"
+ bindsym Escape mode "default"
+}
+mode "$mode_gaps_horiz" {
+ bindsym plus gaps horizontal current plus 5
+ bindsym minus gaps horizontal current minus 5
+ bindsym 0 gaps horizontal current set 0
+
+ bindsym Shift+plus gaps horizontal all plus 5
+ bindsym Shift+minus gaps horizontal all minus 5
+ bindsym Shift+0 gaps horizontal all set 0
+
+ bindsym Return mode "$mode_gaps"
+ bindsym Escape mode "default"
+}
+mode "$mode_gaps_verti" {
+ bindsym plus gaps vertical current plus 5
+ bindsym minus gaps vertical current minus 5
+ bindsym 0 gaps vertical current set 0
+
+ bindsym Shift+plus gaps vertical all plus 5
+ bindsym Shift+minus gaps vertical all minus 5
+ bindsym Shift+0 gaps vertical all set 0
+
+ bindsym Return mode "$mode_gaps"
+ bindsym Escape mode "default"
+}
+mode "$mode_gaps_top" {
+ bindsym plus gaps top current plus 5
+ bindsym minus gaps top current minus 5
+ bindsym 0 gaps top current set 0
+
+ bindsym Shift+plus gaps top all plus 5
+ bindsym Shift+minus gaps top all minus 5
+ bindsym Shift+0 gaps top all set 0
+
+ bindsym Return mode "$mode_gaps"
+ bindsym Escape mode "default"
+}
+mode "$mode_gaps_right" {
+ bindsym plus gaps right current plus 5
+ bindsym minus gaps right current minus 5
+ bindsym 0 gaps right current set 0
+
+ bindsym Shift+plus gaps right all plus 5
+ bindsym Shift+minus gaps right all minus 5
+ bindsym Shift+0 gaps right all set 0
+
+ bindsym Return mode "$mode_gaps"
+ bindsym Escape mode "default"
+}
+mode "$mode_gaps_bottom" {
+ bindsym plus gaps bottom current plus 5
+ bindsym minus gaps bottom current minus 5
+ bindsym 0 gaps bottom current set 0
+
+ bindsym Shift+plus gaps bottom all plus 5
+ bindsym Shift+minus gaps bottom all minus 5
+ bindsym Shift+0 gaps bottom all set 0
+
+ bindsym Return mode "$mode_gaps"
+ bindsym Escape mode "default"
+}
+mode "$mode_gaps_left" {
+ bindsym plus gaps left current plus 5
+ bindsym minus gaps left current minus 5
+ bindsym 0 gaps left current set 0
+
+ bindsym Shift+plus gaps left all plus 5
+ bindsym Shift+minus gaps left all minus 5
+ bindsym Shift+0 gaps left all set 0
+
+ bindsym Return mode "$mode_gaps"
+ bindsym Escape mode "default"
+}
+
+gaps inner 10