Update 2018-08-18

This commit is contained in:
Nguyễn Gia Phong 2018-08-18 15:58:36 +07:00
parent cfcfd00950
commit ae40772312
9 changed files with 11 additions and 5 deletions

View file

@ -19,7 +19,7 @@ local theme = {}
-- Working directory (where you place this theme)
theme.wd = "~/.config/awesome/themes/gruvbox/"
theme.font = "Space Mono 10"
theme.font = "Latin Modern Mono Caps 12"
theme.bg_normal = "#fbf1c7"
theme.bg_focus = "#ebdbb2"

View file

@ -5,7 +5,7 @@
local theme = {}
-- Default settings
theme.font = "10pt Space Mono"
theme.font = "12pt Latin Modern Mono"
theme.fg = "#3c3836"
theme.bg = "#fbf1c7"

View file

@ -24,3 +24,4 @@
URxvt.termName: rxvt
URxvt.font: xft:Latin Modern Mono:size=12
UXTerm*faceName: Space Mono:size=9.5
UXTerm.geometry: 80x25

View file

@ -100,6 +100,7 @@ alias gcc='gcc -O2 -lm'
alias g++='g++ -O2 -lm'
alias fpc='fpc -O1 -XS -gl'
alias mpa='mpv --no-video --loop=inf'
alias mpvx='mpv --wid=$WINDOWID --vo=xv'
alias mount='udevil mount'
alias umount='udevil umount'
alias flare='DBUS_FATAL_WARNINGS=0 flare'

View file

@ -1,2 +1,2 @@
[Settings]
gtk-font-name = Noto Sans UI 10
gtk-font-name = Latin Modern Sans 11

View file

@ -1 +1 @@
gtk-font-name = "Noto Sans UI 10"
gtk-font-name = "Latin Modern Sans 11"

2
meta/.screenlayout/dual.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output VGA-0 --primary --mode 1600x900 --pos 1280x0 --rotate normal --output LVDS --mode 1280x800 --pos 0x0 --rotate normal --output S-video --off

2
meta/.screenlayout/single.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output VGA-0 --off --output LVDS --primary --mode 1280x800 --pos 0x0 --rotate normal --output S-video --off

View file

@ -6,7 +6,7 @@ set completion-highlight-bg \#076678
set completion-highlight-fg \#d5c4a1
set default-fg \#3c3836
set default-bg \#ebdbb2
set font Space\ Mono\ 10
set font Latin\ Modern\ Mono\ 12
set guioptions cs
set inputbar-fg \#3c3836
set inputbar-bg \#fbf1c7