diff --git a/.config/nitrogen/bg-saved.cfg b/.config/nitrogen/bg-saved.cfg
index c954a01..9794279 100644
--- a/.config/nitrogen/bg-saved.cfg
+++ b/.config/nitrogen/bg-saved.cfg
@@ -1,14 +1,14 @@
[xin_0]
-file=/home/dt/wallpapers/0272.jpg
+file=/home/dt/wallpapers/0121.jpg
mode=0
bgcolor=#000000
[xin_1]
-file=/home/dt/wallpapers/0272.jpg
+file=/home/dt/wallpapers/0121.jpg
mode=0
bgcolor=#000000
[xin_2]
-file=/home/dt/wallpapers/0272.jpg
+file=/home/dt/wallpapers/0121.jpg
mode=0
bgcolor=#000000
diff --git a/.config/nitrogen/nitrogen.cfg b/.config/nitrogen/nitrogen.cfg
index 8af6a8f..a7236f1 100644
--- a/.config/nitrogen/nitrogen.cfg
+++ b/.config/nitrogen/nitrogen.cfg
@@ -1,7 +1,7 @@
[geometry]
posx=1936
posy=40
-sizex=1884
+sizex=1331
sizey=1020
[nitrogen]
diff --git a/.config/xmobar/doom-one-xmobarrc b/.config/xmobar/doom-one-xmobarrc
index c747679..f9460d0 100644
--- a/.config/xmobar/doom-one-xmobarrc
+++ b/.config/xmobar/doom-one-xmobarrc
@@ -31,8 +31,12 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:h
, persistent = True
, iconRoot = ".xmonad/xpm/" -- default: "."
, commands = [
+ -- Echos a "messages" icon in front of the notify-log output.
+ Run Com "echo" ["\xf099"] "messages" 3600
+ -- View notify.log file (~/.log/notify-log/notify.log)
+ , Run Com "echo" ["View Notifications"] "notify-log" 3600
-- Echos a "penguin" icon in front of the kernel output.
- Run Com "echo" ["\xf17c"] "penguin" 3600
+ , Run Com "echo" ["\xf17c"] "penguin" 3600
-- Get kernel version (script found in .local/bin)
, Run Com ".local/bin/kernel" [] "kernel" 36000
-- Cpu usage in percent
@@ -62,5 +66,5 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:h
]
, sepChar = "%"
, alignSep = "}{"
- , template = " %UnsafeStdinReader% }{ %penguin% %kernel% %cpu% %memory% %disku% %uparrow% %uptime% %bell% %pacupdate% %baticon% %battery% %date% %trayerpad%"
+ , template = " %UnsafeStdinReader% }{ %messages% %notify-log% %penguin% %kernel% %cpu% %memory% %disku% %uparrow% %uptime% %bell% %pacupdate% %baticon% %battery% %date% %trayerpad%"
}