Skip to content
View night0721's full-sized avatar
🤍
🤍

Block or report night0721

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
night0721/.md

Hi, I'm Night

Developer, Linux and FOSS enthusiast from Hong Kong

ko-fi Visitors

Featured repositories can be viewed in git.night0721.xyz

Language   Files  Code   Comment  Blank  Lines 
JavaScript 147    11227  707      364    12298 
C          65     9255   1019     1407   11681 
Java       165    8018   147      1000   9165  
TypeScript 86     3667   147      164    3978  
C Header   50     2635   2292     527    5454  
HTML       21     2171   11       34     2216  
Kotlin     24     1625   60       183    1868  
CSS        10     1591   23       212    1826  
Python     10     524    34       73     631   
Makefile   17     519    12       158    689   
Lua        2      161    0        9      170   
R          3      26     14       8      48    
Total      600    41419  4466     4139   50024

Catppuccin themed dotfiles for Alpine Linux

Specifications

  • OS: Alpine Linux
  • WM: dwl
  • Notifications: mako
  • Terminal: foot
  • Shell: sh
  • AUR Helper: aureate
  • Wallpaper daemon: wbg
  • Wallpapers: catppuccin
  • File Manager: lf, ccc
  • Search menu: fnf, wmenu
  • Browser: firefox
  • Font: Monaspice Kr Nerd Font
  • Bootloader: grub

Details

  1. Grub theme: .data/grub/n (Based on sayonara)
  2. File Manager: lf
  • Using lfimg-sixel to support sixel in lf with foot
  • graphicsmagick for SVG and GIF preview
  • Fontpreview for OTF TTF WOFF preview
  • Required packages: imagemagick chafa ydotool fzf
  1. VM
  • Packages: bridge-utils libvirt qemu-full virt-manager virt-viewer

Dual booting

Windws partition in fstab should have these properties

UUID=94ACAFD1ACAFAC64   /run/media/N    ntfs        rw,user,auto,fmask=133,dmask=022,uid=1000,gid=1000  0 0

Install

iwctl
device list # find device name
station [device name] connect [network name]
exit
pacman -Sy git
git clone https://github.com/night0721/night0721
bash night0721/.data/root.sh

Post setup

git clone --bare [email protected]:night0721/night0721

Credits to this tutorial

Firefox

Go to about:profiles and create a new profile with custom folder
cd into the folder and create user.js
Copy betterfox into user.js
Restart firefox
Then follow https://github.com/catppuccin/userstyles/ to install stylus
Downloading codeberg and github css themes selecting mocha and lavender.

Default Keybinds

SUPER + S = Start Terminal
SUPER + F = Start Firefox
SUPER + C = Kill Active Window
SUPER + L = Lock Screen
SUPER + M = Power menu
SUPER + [1-9] = Switch to tags
SUPER + SHIFT + [1-9] = Move active window to tag
SUPER + SHIFT + Q = Quit to tty
SUPER + O = Increase opacity
SUPER + SHIFT + O = Decrease opacity
SUPER + B = Toggle bar
SUPER + AD = Switch focus to window
SUPER + QE = Change window size
SUPER + [,.] = Focus next/previous monitor SUPER + SHIFT + [,.] = Move window to next/previous monitor SUPER + SHIFT + SPACE = Toggle floating
SUPER + ENTER = Toggle focus
SUPER + P = Password menu
SUPER + SPACE = App Launcher
SUPER + SHIFT + S = Screenshot menu

Pinned Loading

  1. cath.exe cath.exe Public

    The first CODM discrod bot -- cath.exe Template

    JavaScript 32 10

  2. Lilase Lilase Public

    Minecraft Forge 1.8.9 QOL mod for auction sniping and flipping

    Java 12 3

  3. nxc-host nxc-host Public

    ShareX server using Next.js API, to shorten URLs, upload image, paste codes, with a simple and easy to use UI

    TypeScript 1

  4. auth-bot auth-bot Public

    Discord Bot to verify user, allowing server owner to recover server by pulling back members

    JavaScript 4 4

  5. ccc ccc Public

    Fast TUI file manager using ncurses

    C 2 1

  6. apm apm Public

    Simple pass(1) implementation

    C