From 8a36859f8d574f2f90b2a35db913e71982bbf904 Mon Sep 17 00:00:00 2001 From: ChaotiCryptidz Date: Wed, 9 Mar 2022 21:34:26 +0000 Subject: [PATCH] docs --- guides/COMMON_SETUP.md | 66 +++++++++++++++++++++++++++++++++++ guides/LAPPY_SETUP_GUIDE.md | 42 +--------------------- guides/MACMINI_SETUP_GUIDE.md | 18 ++++++++-- guides/WEB_SETUP_GUIDE.md | 26 -------------- 4 files changed, 83 insertions(+), 69 deletions(-) create mode 100644 guides/COMMON_SETUP.md delete mode 100644 guides/WEB_SETUP_GUIDE.md diff --git a/guides/COMMON_SETUP.md b/guides/COMMON_SETUP.md new file mode 100644 index 0000000..70fca6f --- /dev/null +++ b/guides/COMMON_SETUP.md @@ -0,0 +1,66 @@ +# Websites +## discord.com +Zoom: 165% +### Appearance +- Chat Font Scaling: 18px +### Accessability +- Saturation: 70% +- Apply to custom colour schemes: ON +- Enable Reduced Motion +- Enable Play Animated Emoji +- Stickers: Animate on interaction +### Notifications +- DISABLE ALL SOUNDS. +## twitter.com +### Accessability +- Reduce Motion +### Display +- Theme: Lights Out +- Colour: Purple +- Font Size: Large +## VaultUI +Zoom: 165% +- Default View&Editor Syntax: YAML +- View&Editor Indent: 2 +## gitlab.com +Zoom: 185% +# Telegram Desktop (kotatogram) +- Lappy: Set interface size to 200% +- MacMini: Set Interface Size to 125% +- Recent stickers: show 40 stickers +- Sticker Height: 165px +- Upload Speed Boost: Slight +- Main Font & Semibold Font: Comic Sans MS +- Monospaced Font: Comic Code +- Confirm before calling: on +## Quassel Client +### Interface +- Set theme to config dir's style.qss +- Widget Style: Fusion +- Fallback Icon Theme: Fusion +- Show System Tray Icon +### Chat View +- Chat Window Font: Comic Code 20pt +### Chat View Colours +- Disable Custom Colours +- Disallow coloured text +### Chat & Nick Lists +- Custom Font: Comic Code 18pt +- Use Custom Colours: +``` +Standard: #ffffff +Inactive: #bbbbbb +Unread: #26f502 +Highlight: #fff700 +Other: #00dda6 +``` +### Input Widget +- Custom Font: Comic Code 18pt +### Topic Widget +- Custom Font: Comic Code 14pt +### Backlog Fetching +- Amount: 500 +- Method: Fixed +- Initial: 2000 +## Websites +follow WEB_SETUP_GUIDE.md \ No newline at end of file diff --git a/guides/LAPPY_SETUP_GUIDE.md b/guides/LAPPY_SETUP_GUIDE.md index 137d0a0..0ec7a94 100644 --- a/guides/LAPPY_SETUP_GUIDE.md +++ b/guides/LAPPY_SETUP_GUIDE.md @@ -53,44 +53,4 @@ Install the following extensions: - Stylus - Tampermonkey - uBlock Origin -Then install all userscripts and userstyles from [Here](https://gitlab.com/ChaotiCryptidz/userstyles-userscripts/-/tree/main) -## Telegram Desktop (kotatogram) -- Set interface size to 200% -- Recent stickers: show 40 stickers -- Sticker Height: 165px -- Upload Speed Boost: Slight -- Main Font & Semibold Font: Comic Sans MS -- Monospaced Font: Comic Code -- Confirm before calling: on -## Quassel Client -### Interface -- Set theme to config dir's style.qss -- Widget Style: Fusion -- Fallback Icon Theme: Fusion -- Show System Tray Icon -### Chat View -- Chat Window Font: Comic Code 20pt -### Chat View Colours -- Disable Custom Colours -- Disallow coloured text -### Chat & Nick Lists -- Custom Font: Comic Code 18pt -- Use Custom Colours: -``` -Standard: #ffffff -Inactive: #bbbbbb -Unread: #26f502 -Highlight: #fff700 -Other: #00dda6 -``` -### Input Widget -- Custom Font: Comic Code 18pt -### Topic Widget -- Custom Font: Comic Code 14pt -### Backlog Fetching -- Amount: 500 -- Method: Fixed -- Initial: 2000 - -## Websites -follow WEB_SETUP_GUIDE.md \ No newline at end of file +Then install all userscripts and userstyles from [Here](https://gitlab.com/ChaotiCryptidz/userstyles-userscripts/-/tree/main) \ No newline at end of file diff --git a/guides/MACMINI_SETUP_GUIDE.md b/guides/MACMINI_SETUP_GUIDE.md index 1d8159b..4de133d 100644 --- a/guides/MACMINI_SETUP_GUIDE.md +++ b/guides/MACMINI_SETUP_GUIDE.md @@ -27,6 +27,20 @@ echo -e "run\tprivate/var/run" | sudo tee -a /etc/synthetic.conf ./result/sw/bin/darwin-rebuild switch --flake .#darwinConfigurations.MacMini ``` -## Websites -follow WEB_SETUP_GUIDE.md +## Terminal +Set default font to Comic Code +## Settings +### General +Theme: Dark +Accent Colour: Pink +### Dock & Menu Bar +#### Main +Position: Left +Minimize Using: Scale Effect +Do not animate opening apps +Automatically hide and show the dock: Yes +Do not show recent apps + +## Apps +- Install Kotatogram Desktop from website diff --git a/guides/WEB_SETUP_GUIDE.md b/guides/WEB_SETUP_GUIDE.md deleted file mode 100644 index 6351b9f..0000000 --- a/guides/WEB_SETUP_GUIDE.md +++ /dev/null @@ -1,26 +0,0 @@ -# Websites -## discord.com -Zoom: 165% -### Appearance -- Chat Font Scaling: 18px -### Accessability -- Saturation: 70% -- Apply to custom colour schemes: ON -- Enable Reduced Motion -- Enable Play Animated Emoji -- Stickers: Animate on interaction -### Notifications -- DISABLE ALL SOUNDS. -## twitter.com -### Accessability -- Reduce Motion -### Display -- Theme: Lights Out -- Colour: Purple -- Font Size: Large -## VaultUI -Zoom: 165% -- Default View&Editor Syntax: YAML -- View&Editor Indent: 2 -## gitlab.com -Zoom: 185%