chore: update

This commit is contained in:
winston 2024-03-11 13:10:03 +01:00
parent 340186dccb
commit 42210d87b1
Signed by: winston
GPG key ID: 3786770EDBC2B481
5 changed files with 16 additions and 12 deletions

View file

@ -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,

View file

@ -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 = {

View file

@ -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;
}

View file

@ -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"
}

View file

@ -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"