From fea82f353259b1080067c9ddc45c0ea7fed4a2a6 Mon Sep 17 00:00:00 2001 From: foxora Date: Sat, 11 Apr 2026 23:31:53 +0100 Subject: [PATCH] changed stuff again :3 --- homes/aurora/default.nix | 4 +++- homes/modules/de/waybar/style.css | 3 ++- homes/modules/programs/neovim/lua/lsp/indentation.lua | 4 ++-- homes/modules/wm/hyprland/hypr/keybinds/virtual.conf | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/homes/aurora/default.nix b/homes/aurora/default.nix index 766fd81..c630189 100644 --- a/homes/aurora/default.nix +++ b/homes/aurora/default.nix @@ -85,7 +85,8 @@ # fonts nerd-fonts.departure-mono # pretty pixel art font i love!! x3 - nerd-fonts.jetbrains-mono + noto-fonts-cjk-sans # bitmap font for cjk support :3 + zpix-pixel-font # bitmap font for cjk support :3 # cli / tui tools and commands! eza # replaces: ls (rust) @@ -111,6 +112,7 @@ eva # calculator repl silicon # makes pretty images of code :3 wormhole-rs # send people stuff!! :3 + croc # other way to send people stuff!! :3 # cli fun pokeget-rs # prints a random pokemon to the terminal :3 diff --git a/homes/modules/de/waybar/style.css b/homes/modules/de/waybar/style.css index 4ce38ba..0b9ecdd 100644 --- a/homes/modules/de/waybar/style.css +++ b/homes/modules/de/waybar/style.css @@ -3,7 +3,7 @@ * { border: none; border-radius: 0; - font-family: 'DepartureMono Nerd Font'; + font-family: "DepartureMono Nerd Font", "Unifont"; font-size: 10px; font-weight: bold; min-height: 10px; @@ -49,6 +49,7 @@ tooltip label { padding: 4px 16px; border-radius: 32px; border: 1px solid @color01; + min-height: 14px; } /* diff --git a/homes/modules/programs/neovim/lua/lsp/indentation.lua b/homes/modules/programs/neovim/lua/lsp/indentation.lua index 63cf7d7..ede4134 100644 --- a/homes/modules/programs/neovim/lua/lsp/indentation.lua +++ b/homes/modules/programs/neovim/lua/lsp/indentation.lua @@ -1,5 +1,5 @@ vim.api.nvim_create_autocmd("FileType", { - pattern = { "lua", "nix", "gleam", "css" }, + pattern = { "lua", "nix", "gleam", "css", "json" }, callback = function() vim.opt_local.shiftwidth = 2 vim.opt_local.tabstop = 2 @@ -20,7 +20,7 @@ vim.api.nvim_create_autocmd("User", { pattern = "TelescopePreviewerLoaded", callback = function(args) local ft = args.data.filetype - if vim.tbl_contains({ "lua", "nix", "gleam", "css" }, ft) then + if vim.tbl_contains({ "lua", "nix", "gleam", "css", "json" }, ft) then vim.bo.shiftwidth = 2 vim.bo.tabstop = 2 vim.bo.expandtab = true diff --git a/homes/modules/wm/hyprland/hypr/keybinds/virtual.conf b/homes/modules/wm/hyprland/hypr/keybinds/virtual.conf index d396c7e..72a677f 100644 --- a/homes/modules/wm/hyprland/hypr/keybinds/virtual.conf +++ b/homes/modules/wm/hyprland/hypr/keybinds/virtual.conf @@ -1,6 +1,6 @@ # a submap for emulating keys/buttons/functions on the keyboard or mouse -bind = $mod+shift, c, submap, cursor +bind = $mod, a, submap, cursor submap = cursor # exit submap