From 2a9c983598198ab27fc8031b3b4b25a9102aa9fe Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sat, 5 Oct 2019 22:27:21 -0500 Subject: [PATCH] A few minor edits. --- .config/compton/compton.conf | 3 ++- .config/xmobar/xmobarrc0 | 6 +++--- .config/xmobar/xmobarrc1 | 6 +++--- .config/xmobar/xmobarrc2 | 6 +++--- dwm/config.h | 4 ++-- 5 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.config/compton/compton.conf b/.config/compton/compton.conf index cd6ec09..13561ff 100755 --- a/.config/compton/compton.conf +++ b/.config/compton/compton.conf @@ -37,7 +37,8 @@ opacity-rule = [ "99:name *?= 'Call'", "95:name *?= 'toot'", "95:name *?= 'nmon'", "95:name *?= 'httping'", -"92:name *?= 'xmobar'", +"96:name *?= 'xmobar'", +"96:class_g *?= 'emacs'", "95:class_g *?= 'surf' && name *?='suckless.org'", "95:class_g *?= 'tabbed'", "95:name *?= 'newsboat'", diff --git a/.config/xmobar/xmobarrc0 b/.config/xmobar/xmobarrc0 index 2218189..dd0c078 100755 --- a/.config/xmobar/xmobarrc0 +++ b/.config/xmobar/xmobarrc0 @@ -3,8 +3,8 @@ -- you can find weather location codes here: http://weather.noaa.gov/index.html Config { font = "xft:Mononoki Nerd Font:pixelsize=12:antialias=true:hinting=true" - , bgColor = "#292d3e" - , fgColor = "#bbc5ff" + , bgColor = "#282A36" + , fgColor = "#B45BCF" , position = Top , lowerOnStart = True , hideOnStart = False @@ -15,5 +15,5 @@ Config { font = "xft:Mononoki Nerd Font:pixelsize=12:antialias=true:hinting=t ] , sepChar = "%" , alignSep = "}{" - , template = "%UnsafeStdinReader% }{ %date% " + , template = "%UnsafeStdinReader% }{ %date% " } diff --git a/.config/xmobar/xmobarrc1 b/.config/xmobar/xmobarrc1 index 2218189..dd0c078 100755 --- a/.config/xmobar/xmobarrc1 +++ b/.config/xmobar/xmobarrc1 @@ -3,8 +3,8 @@ -- you can find weather location codes here: http://weather.noaa.gov/index.html Config { font = "xft:Mononoki Nerd Font:pixelsize=12:antialias=true:hinting=true" - , bgColor = "#292d3e" - , fgColor = "#bbc5ff" + , bgColor = "#282A36" + , fgColor = "#B45BCF" , position = Top , lowerOnStart = True , hideOnStart = False @@ -15,5 +15,5 @@ Config { font = "xft:Mononoki Nerd Font:pixelsize=12:antialias=true:hinting=t ] , sepChar = "%" , alignSep = "}{" - , template = "%UnsafeStdinReader% }{ %date% " + , template = "%UnsafeStdinReader% }{ %date% " } diff --git a/.config/xmobar/xmobarrc2 b/.config/xmobar/xmobarrc2 index 881269e..04296d3 100755 --- a/.config/xmobar/xmobarrc2 +++ b/.config/xmobar/xmobarrc2 @@ -4,8 +4,8 @@ Config { font = "xft:Mononoki Nerd Font:pixelsize=12:antialias=true:hinting=true" , additionalFonts = [ "xft:FontAwesome:pixelsize=13" ] - , bgColor = "#292d3e" - , fgColor = "#bbc5ff" + , bgColor = "#282A36" + , fgColor = "#B45BCF" , position = Top , lowerOnStart = True , hideOnStart = False @@ -20,5 +20,5 @@ Config { font = "xft:Mononoki Nerd Font:pixelsize=12:antialias=true:hinting=t ] , sepChar = "%" , alignSep = "}{" - , template = "%UnsafeStdinReader% }{ %cpu% : %memory% : %disku% : %enp3s0% : %date% " + , template = "%UnsafeStdinReader% }{ %cpu% : %memory% : %disku% : %enp3s0% : %date% " } diff --git a/dwm/config.h b/dwm/config.h index 03bfd0b..4ef2e25 100755 --- a/dwm/config.h +++ b/dwm/config.h @@ -16,8 +16,8 @@ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const int horizpadbar = 6; /* horizontal padding for statusbar */ static const int vertpadbar = 7; /* vertical padding for statusbar */ -static const char *fonts[] = { "UbuntuMono Nerd Font:size=10" }; -static const char dmenufont[] = "UbuntuMono Nerd Font:size=10"; +static const char *fonts[] = { "Mononoki Nerd Font:size=10" }; +static const char dmenufont[] = "Mononoki Nerd Font:size=10"; static const char col_gray1[] = "#292d3e"; static const char col_gray2[] = "#000000"; /* border color unfocused windows */ static const char col_gray3[] = "#96b5b4";