mirror of
https://github.com/stronk-dev/Tokyo-Night-Linux.git
synced 2024-11-21 20:36:51 -05:00
smaller i3 font size
added note on GDM + I3
This commit is contained in:
parent
1a3656bf54
commit
88b3965335
2 changed files with 6 additions and 2 deletions
7
.Xdefaults
Normal file → Executable file
7
.Xdefaults
Normal file → Executable file
|
@ -44,6 +44,9 @@
|
|||
*.color7: #a9b1d6
|
||||
*.color15: #c0caf5
|
||||
|
||||
*.color16: #ff9e64
|
||||
*.color17: #db4b4b
|
||||
|
||||
! xterm.vt100.faceName: Terminus:style=Regular:size=10
|
||||
! xterm.vt100.faceNameDoublesize: Cyberbit:style=Regular:size=10
|
||||
|
||||
|
@ -61,8 +64,8 @@ URxvt*urgentOnBell: true
|
|||
URxvt*scrollTtyOutput: false
|
||||
URxvt*scrollWithBuffer: true
|
||||
URxvt*scrollTtyKeypress: true
|
||||
URxvt.font: xft:bitstream vera sans mono:size=12:antialias=true
|
||||
URxvt.boldFont: xft:bitstream vera sans mono:bold:size=12:antialias=true
|
||||
URxvt.font: xft:bitstream vera sans mono:size=10:antialias=true
|
||||
URxvt.boldFont: xft:bitstream vera sans mono:bold:size=10:antialias=true
|
||||
URxvt.letterSpace : -2 ! Put characters slightly closer together
|
||||
URxvt.termName : rxvt-unicode-256color
|
||||
!Urxvt*termName: screen-256color
|
||||
|
|
|
@ -103,6 +103,7 @@ If using polybar-themes, install it from the original source first to get all th
|
|||
- Discord: After running ``betterdiscordctl install`` go into the newly added Better Discord entry in the settings menu.
|
||||
- GDM: Run ``gnomeconf2gdm`` (from gdm-tools-git) after applying the GTK theme to set the colour scheme of the login screen
|
||||
### Notes
|
||||
- GDM does not start .xinitrc . If you are using I3, it is easier to just type in ``startx`` after logging in
|
||||
- Certain GTK programs, like Gimp and Firefox, might have to be set to follow the system theme from their settings
|
||||
- A modified version of <a href="https://aur.archlinux.org/packages/console-solarized-git/">console-solarized-git</a> is coming in order to modify the Linux shell colours to match our theme.
|
||||
|
||||
|
|
Loading…
Reference in a new issue