From be5dcf6c5d019a2f4b8b6b18b17195abfdc2dc37 Mon Sep 17 00:00:00 2001 From: afranco Date: Wed, 20 Sep 2023 15:18:40 +0100 Subject: [PATCH] chore: stuff --- .config/nvim/lua/plugins/lazy.lua | 3 --- .config/xmobar/xmobarrc0 | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.config/nvim/lua/plugins/lazy.lua b/.config/nvim/lua/plugins/lazy.lua index 2559314..ead9e43 100644 --- a/.config/nvim/lua/plugins/lazy.lua +++ b/.config/nvim/lua/plugins/lazy.lua @@ -103,9 +103,6 @@ lazy.setup({ }, -- Rename variable pop up 'stevearc/dressing.nvim', - { - 'krady21/compiler-explorer.nvim' - }, { 'windwp/nvim-autopairs', diff --git a/.config/xmobar/xmobarrc0 b/.config/xmobar/xmobarrc0 index 2588de1..13bff9a 100644 --- a/.config/xmobar/xmobarrc0 +++ b/.config/xmobar/xmobarrc0 @@ -15,7 +15,7 @@ Config {font = "Ubuntu bold 10" -- an integer for the percentage width, so 100 would be 100%. -- an integer for the minimum pixel height for xmobar, so 24 would force a height of at least 24 pixels. -- NOTE: The height should be the same as the trayer (system tray) height. - , position = TopHM 36 4 4 4 0 + , position = TopHM 36 8 8 4 0 , lowerOnStart = True , hideOnStart = False , allDesktops = True