From 3d2430c2a3e01f41633b51b8c3c2b52483f85ead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Thu, 10 Jul 2025 13:37:14 +0200 Subject: [PATCH] fix: configs sync --- .config/flameshot/flameshot.ini | 1 + .config/wezterm/wezterm.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/flameshot/flameshot.ini b/.config/flameshot/flameshot.ini index e3343c4..498a946 100644 --- a/.config/flameshot/flameshot.ini +++ b/.config/flameshot/flameshot.ini @@ -1,4 +1,5 @@ [General] contrastOpacity=188 +drawColor=#154c8e savePath=/home/mike/Pictures showStartupLaunchMessage=false diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua index 89ade8b..7e36d32 100644 --- a/.config/wezterm/wezterm.lua +++ b/.config/wezterm/wezterm.lua @@ -28,7 +28,7 @@ config.keys = { local theme = wezterm.plugin.require('https://github.com/neapsix/wezterm').main -- This is where you actually apply your config choices --- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- config.color_scheme = "rose-pine" -- Using custom Rose Pine theme +-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- config.color_scheme = "rose-pine" -- Using custom Rose Pine theme -- the font is named 'Source Code Pro ExtraLight', but I actually use the DemiBold weight. looks awesome config.font = wezterm.font('Hack Nerd Font') config.colors = theme.colors()