Skip to content

Commit 55ba6b2

Browse files
author
dotfiles-bot
committed
upd
1 parent 959d9eb commit 55ba6b2

4 files changed

Lines changed: 19 additions & 153 deletions

File tree

install-mappings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ config|sway: xdg:sway/config # modules/desktop/wm/sway (W
123123
hyprland.conf|hyprland: xdg:hypr/hyprland.conf # modules/desktop/wm/hyprland (Wayland)
124124
rc.xml|labwc: xdg:labwc/rc.xml # modules/desktop/wm/labwc (Wayland)
125125
themerc|labwc: xdg:labwc/themerc # modules/desktop/wm/labwc
126+
themerc-override|labwc: xdg:labwc/themerc-override # modules/desktop/wm/labwc
126127
autostart|labwc: xdg:labwc/autostart # modules/desktop/wm/labwc
127128
menu.xml|labwc: xdg:labwc/menu.xml # modules/desktop/wm/labwc
128129

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# labwc theme override - Windows 95/98 Style
2+
# Path: ~/.config/labwc/themerc-override
3+
# This file overrides specific theme settings
4+
5+
# ===== WINDOW BORDERS =====
6+
border.width: 3
7+
window.active.border.color: #000000
8+
window.inactive.border.color: #808080

modules/term/alacritty/alacritty.toml

Lines changed: 10 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,19 @@ size = 9.0
3030

3131
# Fuente optimizada para pantalla 1366x768
3232
# DejaVu Sans Mono: excelente renderizado, ampliamente disponible, buena para retro
33-
[font.normal]
34-
family = "DejaVu Sans Mono"
35-
style = "Regular"
33+
normal = { family = "DejaVu Sans Mono", style = "Regular" }
34+
bold = { family = "DejaVu Sans Mono", style = "Bold" }
35+
italic = { family = "DejaVu Sans Mono", style = "Italic" }
36+
bold_italic = { family = "DejaVu Sans Mono", style = "Bold Italic" }
3637

37-
[font.bold]
38-
family = "DejaVu Sans Mono"
39-
style = "Bold"
40-
41-
[font.italic]
42-
family = "DejaVu Sans Mono"
43-
style = "Italic"
44-
45-
[font.bold_italic]
46-
family = "DejaVu Sans Mono"
47-
style = "Bold Italic"
48-
49-
# Offset
38+
# Offset (extra space around each character)
5039
offset = { x = 0, y = 0 }
5140

5241
# ===== COLORES (Monokai) =====
42+
[colors]
43+
# When true, bold text is drawn using the bright color variants
44+
draw_bold_text_with_bright_colors = false
45+
5346
[colors.primary]
5447
background = "#272822"
5548
foreground = "#f8f8f2"
@@ -102,9 +95,7 @@ hide_when_typing = true
10295
regex = "(mailto:|gemini:|https:|http:|file:|git:|ssh:|ftp:)[^\\u0000-\\u001F\\u007F-\\u009F<>\"\\s{-}\\^⟨⟩`]+"
10396
command = "xdg-open"
10497
post_processing = true
105-
106-
[hints.enabled.mouse]
107-
enabled = true
98+
mouse = { enabled = true }
10899

109100
# ===== KEY BINDINGS =====
110101
[[keyboard.bindings]]
@@ -141,8 +132,3 @@ action = "Quit"
141132
key = "N"
142133
mods = "Control|Shift"
143134
action = "SpawnNewInstance"
144-
145-
# ===== PERFORMANCE =====
146-
# Optimizado para Intel HD Graphics Sandy Bridge
147-
[colors]
148-
draw_bold_text_with_bright_colors = false

modules/term/alacritty/alacritty.yml

Lines changed: 0 additions & 129 deletions
This file was deleted.

0 commit comments

Comments
 (0)