diff --git a/_sources/generated.json b/_sources/generated.json index b18eb20..3bb37e5 100644 --- a/_sources/generated.json +++ b/_sources/generated.json @@ -84,11 +84,11 @@ "pinned": false, "src": { "name": null, - "sha256": "sha256-0YJN7XRpseXZnVXDcsv/8w8pen0sE52qQmS+xFni6V0=", + "sha256": "sha256-8+jAdwF7Yganvv1NsbtMIBWv0rh9JmHuwLWmwiFmDu4=", "type": "url", - "url": "https://github.com/koekeishiya/yabai/releases/download/v6.0.12/yabai-v6.0.12.tar.gz" + "url": "https://github.com/koekeishiya/yabai/releases/download/v6.0.15/yabai-v6.0.15.tar.gz" }, - "version": "v6.0.12" + "version": "v6.0.15" }, "zsh-fast-syntax-highlighting": { "cargoLocks": null, diff --git a/_sources/generated.nix b/_sources/generated.nix index 72f8bbc..f4438f8 100644 --- a/_sources/generated.nix +++ b/_sources/generated.nix @@ -55,10 +55,10 @@ }; yabai = { pname = "yabai"; - version = "v6.0.12"; + version = "v6.0.15"; src = fetchurl { - url = "https://github.com/koekeishiya/yabai/releases/download/v6.0.12/yabai-v6.0.12.tar.gz"; - sha256 = "sha256-0YJN7XRpseXZnVXDcsv/8w8pen0sE52qQmS+xFni6V0="; + url = "https://github.com/koekeishiya/yabai/releases/download/v6.0.15/yabai-v6.0.15.tar.gz"; + sha256 = "sha256-8+jAdwF7Yganvv1NsbtMIBWv0rh9JmHuwLWmwiFmDu4="; }; }; zsh-fast-syntax-highlighting = { diff --git a/home/apps/discord/custom.css b/home/apps/discord/custom.css index 2415579..1f426e8 100644 --- a/home/apps/discord/custom.css +++ b/home/apps/discord/custom.css @@ -1,9 +1,10 @@ @import url(//dablulite.github.io/css-snippets/ConsistentChatbar/import.css); +@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap'); :root { - --font-primary: "IBM Plex Sans", sans-serif; - --font-headline: "IBM Plex Sans", sans-serif; - --font-display: "IBM Plex Sans", sans-serif; + --font-primary: "Play", sans-serif; + --font-headline: "Play", sans-serif; + --font-display: "Play", sans-serif; --font-code: "Berkeley Mono", "Symbols Nerd Font", mono; } diff --git a/home/apps/vscode/settings.json b/home/apps/vscode/settings.json index 0d7532b..2ac97b5 100644 --- a/home/apps/vscode/settings.json +++ b/home/apps/vscode/settings.json @@ -284,5 +284,8 @@ "readme*": "authors, backers*, changelog*, citation*, code_of_conduct*, codeowners, contributing*, contributors, copying*, credits, governance.md, history.md, license*, maintainers, readme*, security.md, sponsors*", "release-please-config.json": ".release-please-manifest.json" }, - "material-icon-theme.saturation": 0.2 + "material-icon-theme.saturation": 0.2, + "zenMode.centerLayout": false, + "zenMode.fullScreen": false, + "zenMode.showTabs": "none" } diff --git a/home/apps/wezterm/wezterm.lua b/home/apps/wezterm/wezterm.lua index 81967fa..a636177 100644 --- a/home/apps/wezterm/wezterm.lua +++ b/home/apps/wezterm/wezterm.lua @@ -17,8 +17,8 @@ c.window_frame = { font_size = c.font_size, } -c.window_decorations = "RESIZE" -c.window_padding = { left = 0, right = 0, top = 20, bottom = 0 } +c.window_decorations = "RESIZE|INTEGRATED_BUTTONS" +c.window_padding = { left = 0, right = 0, top = 50, bottom = 0 } c.adjust_window_size_when_changing_font_size = false c.audible_bell = "Disabled" c.default_cursor_style = "BlinkingBar"