feat!(limontozu): add config

This commit is contained in:
reo101 2023-04-17 11:44:54 +03:00
parent 80ec62084d
commit c5c43e9fc5
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
15 changed files with 789 additions and 49 deletions

View file

@ -78,11 +78,11 @@ in
# enabled = true;
# };
# dunst on wayland
services.wired = {
enable = true;
config = ./wired.ron;
};
# # dunst on wayland
# services.wired = {
# enable = true;
# config = ./wired.ron;
# };
};
meta = {

View file

@ -100,12 +100,12 @@ in
}
{
name = "fast-syntax-highlighting";
file = "F-Sy-H.plugin.zsh";
file = "fast-syntax-highlighting.plugin.zsh";
src = pkgs.fetchFromGitHub {
owner = "zdharma";
owner = "zdharma-continuum";
repo = "fast-syntax-highlighting";
rev = "285d6ce8e1d9c7a70b427c46a4030d43e7a6406b";
sha256 = "4kma7Sx2RGWa9J4gr+U89ArxpM2/b8H9ytQ2pNCv6is=";
rev = "13d7b4e63468307b6dcb2dadf6150818f242cbff";
sha256 = "sha256-AmsexwVombgVmRvl4O9Kd/WbnVJHPTXETxBv18PDHz4=";
};
}
{

View file

@ -40,10 +40,10 @@ M.freetype_render_target = "Light"
--------------------
-- Window options --
--------------------
-- M.window_background_opacity = 0.2
-- M.text_background_opacity = 1.0
M.window_background_opacity = 0.8
M.text_background_opacity = 1.0
-- M.window_background_image = "/home/reo101/.local/share/bg/ide_bg.jpeg"
M.window_decorations = "NONE"
-- M.window_decorations = "NONE"
M.window_close_confirmation = "NeverPrompt"
M.use_resize_increments = false
M.enable_scroll_bar = false