35 lines
837 B
Markdown
35 lines
837 B
Markdown
# my dots
|
|
|
|
dots for my lenovo yoga slim 7i pro 「itomori」, managed with `gnu stow`.
|
|
|
|
Files can be `stow`'ed and un'`stow`'ed with `stow.sh`.
|
|
It will link all dotfiles to their correct place.
|
|
|
|
## fonts
|
|
Fonts are provided in `fonts/`
|
|
SFMono also provides icons.
|
|
|
|
## deps
|
|
### for sway
|
|
+ `waybar`
|
|
+ `SwayNotificationCenter`
|
|
+ `wob` (progress bar)
|
|
+ `wofi` (launcher)
|
|
+ `slurp`, `grim`, `swappy` (screenshot)
|
|
|
|
### other (used in scripts)
|
|
+ `fzf` (used in many places)
|
|
+ `ripgrep`
|
|
+ `ripgrep-all` (used in grep scripts)
|
|
+ `fd` (rust find; used in scripts)
|
|
+ `fu` (find icons; not needed)
|
|
+ all `fcitx5` stuff (data, gtk, qt, mozc)
|
|
|
|
### theming stuff
|
|
+ main bg: #323232
|
|
+ accent: #93b259
|
|
+ icons: `Flat-Remix-Green-Light-darkPanel`
|
|
+ theme: `Flat-Remix-GTK-Green-Light-solid` with adjusted accent
|
|
+ or `/usr/share/themes/Flat-Remix-Marc`
|
|
|