dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 3537bcb7748cae49e1bf646b4a6e6b4c0542f48c
parent 88d6944859b7c57d9babcfd693a36f5adfbaa699
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue,  2 Jan 2018 21:27:04 +0000

increased font size

Diffstat:
Mawesome/.config/awesome/themes/dwarf/theme.lua | 6+++---
Murxvt/.Xdefaults | 3++-
2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/awesome/.config/awesome/themes/dwarf/theme.lua b/awesome/.config/awesome/themes/dwarf/theme.lua @@ -1,4 +1,4 @@ --- badblood +-- dwarf -- --{{{ Main local awful = require("awful") @@ -15,7 +15,7 @@ end sharedicons = shared .. "/icons" sharedthemes = shared .. "/themes" themes = config .. "/themes" -themename = "/badblood" +themename = "/dwarf" if not awful.util.file_readable(themes .. themename .. "/theme.lua") then themes = sharedthemes end @@ -40,7 +40,7 @@ else end --}}} -theme.font = "tamzen 9" +theme.font = "tamzen 11" theme.bg_normal = "#121317" theme.bg_focus = "#121317" diff --git a/urxvt/.Xdefaults b/urxvt/.Xdefaults @@ -14,7 +14,7 @@ !urxvt*geometry: 80x45 ! Fonts -urxvt*font: xft:Hermit:regular:medium:size=9 +urxvt*font: xft:tamzen:size=11:antialias=false urxvt*boldFont: urxvt*italicFont: urxvt*bolditalicFont: @@ -50,6 +50,7 @@ urxvt*dynamicColors: on urxvt.saveLines: 9999 urxvt.iso14755: false +! dwarf ! special *.foreground: #938ea6 *.background: #121317