This commit is contained in:
BalrajSinghGidda
2026-03-31 13:28:42 +05:30
parent 375f72086f
commit 6c0a8ca826
8 changed files with 14 additions and 10 deletions

View File

@@ -1,10 +1,10 @@
# Kitty Configuration - Gruvbox x Lilex Edition (Ballu-Mode)
# Font
font_family Lilex Nerd Font
bold_font Lilex Nerd Font
italic_font Lilex Nerd Font
bold_italic_font Lilex Nerd Font
font_family JetBrainsMono Nerd Font Mono
bold_font JetBrainsMono Nerd Font Mono Bold
italic_font JetBrainsMono Nerd Font Mono Italic
bold_italic_font JetBrainsMono Nerd Font Mono Bold Italic
font_size 20.0
# Cursor

View File

@@ -211,7 +211,11 @@ screens = [
"Button1": lambda: qtile.cmd_spawn("qtilekeys-yad")
},
),
widget.Prompt(font="Ubuntu Mono", fontsize=14, foreground=colors[1]),
widget.Prompt(
font="JetBrainsMono Nerd Font Mono",
fontsize=14,
foreground=colors[1],
),
widget.GroupBox(
fontsize=18,
margin_y=5,
@@ -344,9 +348,9 @@ mouse = [
dgroups_key_binder = None
dgroups_app_rules = [] # type: list
follow_mouse_focus = True
bring_front_click = False
bring_front_click = True
floats_kept_above = True
cursor_warp = False
cursor_warp = True
floating_layout = layout.Floating(
float_rules=[
# Run the utility of `xprop` to see the wm class and name of an X client.
@@ -372,6 +376,6 @@ wl_input_rules = None
# xcursor theme (string or None) and size (integer) for Wayland backend
wl_xcursor_theme = None
wl_xcursor_size = 24
wl_xcursor_size = 32
wmname = "LG3D"

View File

@@ -8,7 +8,7 @@
hv: #ebadd6;
primary: #3b403c; // bright black
ug: #1e1f1e;
font: "Lilex Nerd Font 14";
font: "JetBrainsMono Nerd Font 14";
background-color: @bg;
border: 0px;
kl: #b0d4e8;

View File

@@ -9,7 +9,7 @@
hv: #ebadd6;
primary: #3b403c; // bright black
ug: #1e1f1e;
font: "Lilex Nerd Font 16";
font: "JetBrainsMono Nerd Font 16";
background-color: @bg;
//dark: @bg;
border: 0px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 910 KiB

View File

Before

Width:  |  Height:  |  Size: 281 KiB

After

Width:  |  Height:  |  Size: 281 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1006 KiB

After

Width:  |  Height:  |  Size: 910 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1006 KiB