Skip to content

Commit 460c214

Browse files
author
dotfiles-bot
committed
add
1 parent e441d5c commit 460c214

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

modules/desktop/wm/waybar/style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ window#waybar {
3939
border-left: 2px solid #808080;
4040
border-bottom: 2px solid #FFFFFF;
4141
border-right: 2px solid #FFFFFF;
42-
padding: 3px 7px 1px 9px; /* Simulate button press */
42+
padding: 3px 7px 1px 9px;
43+
/* Simulate button press */
4344
}
4445

4546
/* ===== TASKBAR (Window List) ===== */
@@ -59,7 +60,6 @@ window#waybar {
5960
border-bottom: 2px solid #808080;
6061
border-right: 2px solid #808080;
6162
min-width: 120px;
62-
max-width: 180px;
6363
}
6464

6565
#taskbar button:hover {
@@ -81,11 +81,11 @@ window#waybar {
8181
margin: 2px 0;
8282
}
8383

84-
#tray > .passive {
84+
#tray>.passive {
8585
-gtk-icon-effect: dim;
8686
}
8787

88-
#tray > .needs-attention {
88+
#tray>.needs-attention {
8989
-gtk-icon-effect: highlight;
9090
}
9191

@@ -153,4 +153,4 @@ tooltip {
153153

154154
tooltip label {
155155
color: #000000;
156-
}
156+
}

modules/term/alacritty/alacritty.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ multiplier = 3
2727

2828
# ===== FUENTE =====
2929
[font]
30+
# Tamaño optimizado para HD
31+
size = 9.0
32+
3033
# Fuente optimizada para pantalla 1366x768
3134
# DejaVu Sans Mono: excelente renderizado, ampliamente disponible, buena para retro
3235
[font.normal]
@@ -45,9 +48,6 @@ style = "Italic"
4548
family = "DejaVu Sans Mono"
4649
style = "Bold Italic"
4750

48-
# Tamaño optimizado para HD
49-
size = 9.0
50-
5151
# Offset
5252
[font.offset]
5353
x = 0

0 commit comments

Comments
 (0)