Changed all /home/dt for ~/ because is more generic and easy to deploy

This commit is contained in:
Jo Rios
2021-04-21 22:50:09 -03:00
parent 99925db6a3
commit 882f844179
30 changed files with 101 additions and 101 deletions

View File

@@ -13,7 +13,7 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=t
, hideOnStart = False
, allDesktops = True
, persistent = True
, iconRoot = "/home/dt/.xmonad/xpm/" -- default: "."
, iconRoot = "~/.xmonad/xpm/" -- default: "."
, commands = [
-- Time and date
Run Date "<fn=1>\xf133</fn> %b %d %Y - (%H:%M) " "date" 50
@@ -27,7 +27,7 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:hinting=t
, Run DiskU [("/", "<fn=1>\xf0c7</fn> hdd: <free> 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
, Run Com "~/.local/bin/pacupdate" [] "pacupdate" 36000
-- Runs a standard shell command 'uname -r' to get kernel version
, Run Com "uname" ["-r"] "" 3600
-- Prints out the left side items such as workspaces, layout, etc.