ricardogj08/dotfiles

feat: Renombra carpetas

Commit 68a2276 · Ricardo García Jiménez · 2026-07-11T04:45:16-06:00

Changeset
68a2276d1be57e04985c051838c14cafd02ab5de
Parents
5c12cd1d1bc86283c12495673f214e2659484557

View source at this commit

feat: Renombra carpetas

Signed-off-by: Ricardo García Jiménez <[email protected]>

Comments

No comments yet.

Log in to comment

Diff

diff --git a/Bash/bash_profile b/bash/bash_profile
similarity index 100%
rename from Bash/bash_profile
rename to bash/bash_profile
diff --git a/Bash/bashrc b/bash/bashrc
similarity index 100%
rename from Bash/bashrc
rename to bash/bashrc
diff --git a/BashBlog/config b/bashblog/config
similarity index 100%
rename from BashBlog/config
rename to bashblog/config
diff --git a/BashBlog/patch.diff b/bashblog/patch.diff
similarity index 100%
rename from BashBlog/patch.diff
rename to bashblog/patch.diff
diff --git a/i3wm/config b/i3wm/config
index 0130c42..2e411ac 100644
--- a/i3wm/config
+++ b/i3wm/config
@@ -13,12 +13,24 @@ set $mod Mod4
 
 # Font for window titles. Will also be used by the bar unless a different font
 # is used in the bar {} block below.
-font pango:monospace 10
+font pango:TeX Gyre Heros 12
 
 # This font is widely installed, provides lots of unicode glyphs, right-to-left
 # text rendering and scalability on retina/hidpi displays (thanks to pango).
 #font pango:DejaVu Sans Mono 8
 
+default_border pixel 2
+default_floating_border pixel 2
+
+# Colores de las ventanas.
+# class                 border  bground text    indicator child_border
+client.focused          #B5B5B5 #0F1C84 #FFFFFF #B5B5B5   #B5B5B5
+client.focused_inactive #B5B5B5 #828282 #FFFFFF #828282   #828282
+client.unfocused        #B5B5B5 #828282 #C9C9C9 #828282   #828282
+client.urgent           #B5B5B5 #900000 #FFFFFF #B5B5B5   #B5B5B5
+client.placeholder      #000000 #0C0C0C #FFFFFF #000000   #0C0C0C
+client.background       #FFFFFF
+
 # Start XDG autostart .desktop files using dex. See also
 # https://wiki.archlinux.org/index.php/XDG_Autostart
 exec --no-startup-id dex --autostart --environment i3
@@ -200,4 +212,17 @@ bindsym $mod+r mode "resize"
 # finds out, if available)
 bar {
         status_command i3status
+
+	colors {
+		background #C0C0C0
+		statusline #000000
+		separator  #808080
+
+		#                  border  bg      fg
+		focused_workspace  #808080 #B5B5B5 #000000
+		active_workspace   #FFFFFF #C0C0C0 #000000
+		inactive_workspace #FFFFFF #C0C0C0 #000000
+		urgent_workspace   #808080 #900000 #FFFFFF
+		binding_mode       #808080 #900000 #FFFFFF
+	}
 }