0
0
Fork 0
mirror of https://github.com/stronk-dev/Tokyo-Night-Linux.git synced 2024-10-17 20:58:16 -04:00

smaller i3 font size

added note on GDM + I3
This commit is contained in:
Marco van Dijk 2021-07-20 20:49:48 +02:00
parent 1a3656bf54
commit 88b3965335
2 changed files with 6 additions and 2 deletions

7
.Xdefaults Normal file → Executable file
View file

@ -44,6 +44,9 @@
*.color7: #a9b1d6 *.color7: #a9b1d6
*.color15: #c0caf5 *.color15: #c0caf5
*.color16: #ff9e64
*.color17: #db4b4b
! xterm.vt100.faceName: Terminus:style=Regular:size=10 ! xterm.vt100.faceName: Terminus:style=Regular:size=10
! xterm.vt100.faceNameDoublesize: Cyberbit:style=Regular:size=10 ! xterm.vt100.faceNameDoublesize: Cyberbit:style=Regular:size=10
@ -61,8 +64,8 @@ URxvt*urgentOnBell: true
URxvt*scrollTtyOutput: false URxvt*scrollTtyOutput: false
URxvt*scrollWithBuffer: true URxvt*scrollWithBuffer: true
URxvt*scrollTtyKeypress: true URxvt*scrollTtyKeypress: true
URxvt.font: xft:bitstream vera sans mono:size=12:antialias=true URxvt.font: xft:bitstream vera sans mono:size=10:antialias=true
URxvt.boldFont: xft:bitstream vera sans mono:bold:size=12:antialias=true URxvt.boldFont: xft:bitstream vera sans mono:bold:size=10:antialias=true
URxvt.letterSpace : -2 ! Put characters slightly closer together URxvt.letterSpace : -2 ! Put characters slightly closer together
URxvt.termName : rxvt-unicode-256color URxvt.termName : rxvt-unicode-256color
!Urxvt*termName: screen-256color !Urxvt*termName: screen-256color

View file

@ -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. - 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 - GDM: Run ``gnomeconf2gdm`` (from gdm-tools-git) after applying the GTK theme to set the colour scheme of the login screen
### Notes ### 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 - 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. - 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.