mirror of
https://github.com/BalrajSinghGidda/nixos-dotfiles.git
synced 2026-04-07 09:27:23 +00:00
new
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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 |
|
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 |
BIN
modules/nixos/wallpapers/Pictures/nix2.png
Normal file
BIN
modules/nixos/wallpapers/Pictures/nix2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1006 KiB |
Reference in New Issue
Block a user