mirror of
https://github.com/stronk-dev/Tokyo-Night-Linux.git
synced 2025-01-30 21:34:57 -05:00
Update README.md
Typos
This commit is contained in:
parent
6d44472370
commit
6f53669a98
1 changed files with 5 additions and 7 deletions
12
README.md
12
README.md
|
@ -2,7 +2,7 @@
|
|||
|
||||
This collection is aimed to make your Linux environment look like the vscode <a href="https://github.com/enkia/tokyo-night-vscode-theme">Tokyo Night</a> theme. This is currently still a WIP, as most of the configuration is based off of modifying existing themes.
|
||||
|
||||
Although replacing your icon theme or cursor is not required, this theme goes well with the <a href="https://github.com/numixproject/numix-icon-theme">Numix</a> icon theme goes well with this theme.
|
||||
Although replacing your icon theme or cursor is not required, this theme goes well with the <a href="https://github.com/numixproject/numix-icon-theme">Numix</a> icon theme.
|
||||
|
||||
The GTK theme was made by modifying the <a href="https://www.gnome-look.org/p/1316887">Material Black</a> theme
|
||||
|
||||
|
@ -15,15 +15,14 @@ Theming
|
|||
- gnome-tweaks: Can be used to apply the GTK theme
|
||||
- spicetify-cli: Used to apply the Spotify theme
|
||||
- betterdiscord: Used to apply the Discord theme
|
||||
- betterdiscord-ctk: Used to install betterdiscord
|
||||
- betterdiscordctl: Used to install betterdiscord
|
||||
|
||||
Optional Utils
|
||||
- st: The terminal we are using in our configs. Requires<a href="ttps://wiki.archlinux.org/title/st#Patches">patches</a> to get it good. urxvt can be used as an alternative and is themed using the config files.
|
||||
- st: The terminal we are using in our configs. Requires <a href="https://wiki.archlinux.org/title/st#Patches">patches</a> to get it good. urxvt can be used as an alternative and is themed using the included config files.
|
||||
- powerline: Status bar for Bash. For example, it shows you what Git repo you are in
|
||||
- gvim: Contains vim with clipboard support and more
|
||||
- vim-airline: Status bar for vim
|
||||
- neofetch: Very important for screenshots
|
||||
- lolcat, cowsay, wisdom-mod: very important stuff
|
||||
- neofetch, lolcat, cowsay, wisdom-mod: important stuff
|
||||
- nm-applet: manage your (wireless) connections and has a tray icon
|
||||
- kalu-kde: Notifies you about Arch news or updates and has a tray icon
|
||||
- logiops: Used to trigger keyboard combinations using gestures
|
||||
|
@ -79,7 +78,7 @@ When using Sway as window manager
|
|||
- GTK theme: If certain colours aren't to your liking, you can `` grep -rl "old_string" . | xargs sed -i 's/old_string/new_string/g' `` to replace specific colour codes quickly. If you go this route you might want to do this to the <a href="https://www.gnome-look.org/p/1316887">source</a>, since the original theme has more different colours.
|
||||
- Spotify: Manually edit ./config/spicetify/Themes/Base/color.ini
|
||||
- Discord: There is an <a href="https://limeshark.dev/editor/Nocturnal">online editor</a> to edit all the themes
|
||||
- Polybar comes bundled with various modules. Check out their for more info. Also check out the <a href="https://github.com/adi1090x/polybar-themes#readme">readme</a> of polybar-themes if you are using I3.
|
||||
- Polybar comes bundled with various modules. Check out their <a href="https://github.com/polybar/polybar/wiki">wiki</a> for more info. Also check out the <a href="https://github.com/adi1090x/polybar-themes#readme">readme</a> of polybar-themes if you are using I3.
|
||||
- Picom can be turned on to enable transparency for I3
|
||||
|
||||
## Installation
|
||||
|
@ -90,7 +89,6 @@ All the files go into your home directory, except for:
|
|||
|
||||
If using polybar-themes, install it from the original source first to get all their dependencies and fonts. Then you can overwrite their files with the included ones.
|
||||
|
||||
The BetterDiscord files should be copied over after running ``betterdiscordctl install``
|
||||
### Apply Theme
|
||||
- GTK: Run lxappearance and/or gnome-tweaks and select the included theme
|
||||
- Spotify:
|
||||
|
|
Loading…
Add table
Reference in a new issue