diff --git a/.config/nitrogen/bg-saved.cfg b/.config/nitrogen/bg-saved.cfg
index 8bed38e..d55cc9a 100644
--- a/.config/nitrogen/bg-saved.cfg
+++ b/.config/nitrogen/bg-saved.cfg
@@ -1,14 +1,14 @@
[xin_0]
-file=/home/dt/wallpapers/0218.jpg
+file=/home/dt/wallpapers/0277.jpg
mode=0
bgcolor=#000000
[xin_1]
-file=/home/dt/wallpapers/0218.jpg
+file=/home/dt/wallpapers/0277.jpg
mode=0
bgcolor=#000000
[xin_2]
-file=/home/dt/wallpapers/0218.jpg
+file=/home/dt/wallpapers/0277.jpg
mode=0
bgcolor=#000000
diff --git a/.config/nitrogen/nitrogen.cfg b/.config/nitrogen/nitrogen.cfg
index 8af6a8f..119ed4b 100644
--- a/.config/nitrogen/nitrogen.cfg
+++ b/.config/nitrogen/nitrogen.cfg
@@ -1,5 +1,5 @@
[geometry]
-posx=1936
+posx=16
posy=40
sizex=1884
sizey=1020
diff --git a/.config/xmobar/xmobarrc0 b/.config/xmobar/xmobarrc0
index 4f68d6a..d45ce23 100755
--- a/.config/xmobar/xmobarrc0
+++ b/.config/xmobar/xmobarrc0
@@ -4,7 +4,6 @@
Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=true"
, additionalFonts = [ "xft:Mononoki Nerd Font:pixelsize=11:antialias=true:hinting=true"
- , "xft:Mononoki Nerd Font:pixelsize=16:antialias=true:hinting=true"
, "xft:FontAwesome:pixelsize=13"
]
, bgColor = "#282c34"
@@ -15,17 +14,17 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=t
, allDesktops = True
, persistent = True
, iconRoot = "/home/dt/.xmonad/xpm/" -- default: "."
- , commands = [
+ , commands = [
-- Time and date
- Run Date "\xf133 %b %d %Y - (%H:%M)" "date" 50
+ Run Date "\xf133 %b %d %Y - (%H:%M) " "date" 50
-- Network up and down
- , Run Network "enp6s0" ["-t", "\xf0aa kb \xf0ab kb"] 20
+ , Run Network "enp6s0" ["-t", "\xf0aa kb \xf0ab kb"] 20
-- Cpu usage in percent
- , Run Cpu ["-t", "\xf108 cpu: (%)","-H","50","--high","red"] 20
+ , Run Cpu ["-t", "\xf108 cpu: (%)","-H","50","--high","red"] 20
-- Ram used number and percent
- , Run Memory ["-t", "\xf233 mem: M (%)"] 20
+ , Run Memory ["-t", "\xf233 mem: M (%)"] 20
-- Disk space free
- , Run DiskU [("/", "\xf0c7 hdd: free")] [] 60
+ , Run DiskU [("/", "\xf0c7 hdd: free")] [] 60
-- Runs custom script to check for pacman updates.
-- This script is in my dotfiles repo in .local/bin.
, Run Com "/home/dt/.local/bin/pacupdate" [] "pacupdate" 36000
@@ -37,5 +36,5 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=t
]
, sepChar = "%"
, alignSep = "}{"
- , template = " | %UnsafeStdinReader% }{ | %uname% | %cpu% | %memory% | %disku% | %enp6s0% | %pacupdate% | %date% "
+ , template = " | %UnsafeStdinReader% }{ | %uname% | %cpu% | %memory% | %disku% | %enp6s0% | %pacupdate% | %date% "
}
diff --git a/.config/xmobar/xmobarrc1 b/.config/xmobar/xmobarrc1
index ee66a35..c140a74 100755
--- a/.config/xmobar/xmobarrc1
+++ b/.config/xmobar/xmobarrc1
@@ -4,7 +4,6 @@
Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=true"
, additionalFonts = [ "xft:Mononoki Nerd Font:pixelsize=11:antialias=true:hinting=true"
- , "xft:Mononoki Nerd Font:pixelsize=16:antialias=true:hinting=true"
, "xft:FontAwesome:pixelsize=13"
]
, bgColor = "#282c34"
@@ -37,5 +36,5 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=t
]
, sepChar = "%"
, alignSep = "}{"
- , template = " | %UnsafeStdinReader% }{ | %uname% | %cpu% | %memory% | %disku% | %enp6s0% | %pacupdate% | %date% "
+ , template = " | %UnsafeStdinReader% }{ | %uname% | %cpu% | %memory% | %disku% | %enp6s0% | %pacupdate% | %date% "
}
diff --git a/.config/xmobar/xmobarrc2 b/.config/xmobar/xmobarrc2
index 4e53f5c..82ba214 100755
--- a/.config/xmobar/xmobarrc2
+++ b/.config/xmobar/xmobarrc2
@@ -4,7 +4,6 @@
Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=true"
, additionalFonts = [ "xft:Mononoki Nerd Font:pixelsize=11:antialias=true:hinting=true"
- , "xft:Mononoki Nerd Font:pixelsize=16:antialias=true:hinting=true"
, "xft:FontAwesome:pixelsize=13"
]
, bgColor = "#282c34"
@@ -39,5 +38,5 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=t
]
, sepChar = "%"
, alignSep = "}{"
- , template = " | %UnsafeStdinReader% }{ | %uname% | %cpu% | %memory% | %disku% | %enp6s0% | %pacupdate% | %date% |%trayerpad%"
+ , template = " | %UnsafeStdinReader% }{ | %uname% | %cpu% | %memory% | %disku% | %enp6s0% | %pacupdate% | %date% |%trayerpad%"
}
diff --git a/.xmonad/README.org b/.xmonad/README.org
index 11b7ca2..87b22d9 100644
--- a/.xmonad/README.org
+++ b/.xmonad/README.org
@@ -1132,7 +1132,7 @@ main = do
, ppHidden = xmobarColor "#82AAFF" "" . wrap "*" "" -- Hidden workspaces in xmobar
, ppHiddenNoWindows = xmobarColor "#c792ea" "" -- Hidden workspaces (no windows)
, ppTitle = xmobarColor "#b3afc2" "" . shorten 60 -- Title of active window in xmobar
- , ppSep = " | " -- Separators in xmobar
+ , ppSep = " | " -- Separators in xmobar
, ppUrgent = xmobarColor "#C45500" "" . wrap "!" "!" -- Urgent workspace
, ppExtras = [windowCount] -- # of windows current workspace
, ppOrder = \(ws:l:t:ex) -> [ws,l]++ex++[t]
diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs
index ebf784d..7c44690 100644
--- a/.xmonad/xmonad.hs
+++ b/.xmonad/xmonad.hs
@@ -944,7 +944,7 @@ main = do
, ppHidden = xmobarColor "#82AAFF" "" . wrap "*" "" -- Hidden workspaces in xmobar
, ppHiddenNoWindows = xmobarColor "#c792ea" "" -- Hidden workspaces (no windows)
, ppTitle = xmobarColor "#b3afc2" "" . shorten 60 -- Title of active window in xmobar
- , ppSep = " | " -- Separators in xmobar
+ , ppSep = " | " -- Separators in xmobar
, ppUrgent = xmobarColor "#C45500" "" . wrap "!" "!" -- Urgent workspace
, ppExtras = [windowCount] -- # of windows current workspace
, ppOrder = \(ws:l:t:ex) -> [ws,l]++ex++[t]