diff --git a/.alacritty.toml b/.alacritty.toml new file mode 100644 index 0000000..bb453c7 --- /dev/null +++ b/.alacritty.toml @@ -0,0 +1,6 @@ +[window] +decorations = "Transparent" + +[font] +normal = { family = "JetBrainsMono NF", style = "Regular" } +size = 12 diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 1263cbb..42cd3a1 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -1,9 +1,8 @@ # See https://wiki.hyprland.org/Configuring/Keywords/ for more # Programs -$terminal = kitty +$terminal = alacritty $fileManager = nautilus -$menu = ~/.config/rofi/scripts/launcher_t1 $lockScreen = hyprlock # See https://wiki.hyprland.org/Configuring/Keywords/ for more diff --git a/kitty/kitty.conf b/kitty/kitty.conf deleted file mode 100755 index 4e7bd94..0000000 --- a/kitty/kitty.conf +++ /dev/null @@ -1,9 +0,0 @@ -font_family JetBrainsMono NF -font_size 14 -shell_integration enabled -enable_audio_bell no -window_margin_width 2 -background_opacity 0.85 -confirm_os_window_close 0 -tab_bar_style powerline -hide_window_decorations yes diff --git a/lux/empty-theme.json b/lux/empty-theme.json new file mode 100644 index 0000000..425beef --- /dev/null +++ b/lux/empty-theme.json @@ -0,0 +1,30 @@ +{ + "palette": { + "primary": "", + "primarycontent": "", + "secondary": "", + "secondarycontent": "", + "accent": "", + "accentcontent": "", + "neutral": "", + "neutralcontent": "", + "base100": "", + "base200": "", + "base300": "", + "basecontent": "", + "info": "", + "infocontent": "", + "success": "", + "successcontent": "", + "warning": "", + "warningcontent": "", + "error": "", + "errorcontent": "", + "radiusSelector": "", + "radiusField": "", + "radiusBox": "", + "sizeSelector": "", + "sizeField": "", + "border": "" + } +} diff --git a/mise/config.toml b/mise/config.toml index 74ad940..444f9db 100644 --- a/mise/config.toml +++ b/mise/config.toml @@ -4,3 +4,4 @@ node = "20" rust = "latest" bun = "latest" dotnet = "8" +java = "latest"