diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index dc1235c..73ff971 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -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 diff --git a/config/qtile/config.py b/config/qtile/config.py index 8bc27a1..8c8dd80 100644 --- a/config/qtile/config.py +++ b/config/qtile/config.py @@ -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" diff --git a/config/rofi/gruvbox.rasi b/config/rofi/gruvbox.rasi index a2399d7..12eb646 100644 --- a/config/rofi/gruvbox.rasi +++ b/config/rofi/gruvbox.rasi @@ -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; diff --git a/config/rofi/tokyonight.rasi b/config/rofi/tokyonight.rasi index d936355..6402315 100644 --- a/config/rofi/tokyonight.rasi +++ b/config/rofi/tokyonight.rasi @@ -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; diff --git a/modules/nixos/wallpapers/Pictures/nasa-2.png b/modules/nixos/wallpapers/Pictures/nasa-2.png deleted file mode 100644 index b41e10d..0000000 Binary files a/modules/nixos/wallpapers/Pictures/nasa-2.png and /dev/null differ diff --git a/modules/nixos/wallpapers/Pictures/great-wave-of-kanagawa-gruvbox.png b/modules/nixos/wallpapers/Pictures/nix-kangnawa.png similarity index 100% rename from modules/nixos/wallpapers/Pictures/great-wave-of-kanagawa-gruvbox.png rename to modules/nixos/wallpapers/Pictures/nix-kangnawa.png diff --git a/modules/nixos/wallpapers/Pictures/nix.png b/modules/nixos/wallpapers/Pictures/nix.png index f928caa..b41e10d 100644 Binary files a/modules/nixos/wallpapers/Pictures/nix.png and b/modules/nixos/wallpapers/Pictures/nix.png differ diff --git a/modules/nixos/wallpapers/Pictures/nix2.png b/modules/nixos/wallpapers/Pictures/nix2.png new file mode 100644 index 0000000..f928caa Binary files /dev/null and b/modules/nixos/wallpapers/Pictures/nix2.png differ