Updated xmonad startup, xmobar syncthing, + networkmanager_dmenu keybind

This commit is contained in:
Emmet 2023-06-19 16:33:46 -05:00
parent bb72f84d13
commit 83d7e41249
6 changed files with 56 additions and 30 deletions

View file

@ -38,16 +38,18 @@ Config { font = "Inconsolata 16"
] 1
, Run DynNetwork
[ "-t", "<fc=#{{base0D-hex}}><fn=1>\xf0200</fn> <dev></fc>"] 1
, Run Com "cat"
[ "/home/emmet/.st-status"] "syncthing" 10
, Run Com "echo"
[ "<fc=#{{base0E-hex}}><fn=1>\xea77</fn> st</fc>"] "syncthing" 0
[ "<fn=1>\xea77</fn> "] "syncthingsymbol" 0
, Run Com "echo"
[ "<fn=1>\xeb5c</fn> "] "currentthemesymbol" 0
[ "<fn=1>\xeb5c</fn> "] "artsymbol" 0
, Run Com "cat"
[ "/home/emmet/.currenttheme"] "currenttheme" 0
, Run Memory [ "-t", "<fc=#{{base08-hex}}><fn=1>\xf035b</fn> <usedratio>% (<used> GB)</fc>", "-d", "1", "--", "--scale", "1024"] 20
]
, sepChar = "%"
, alignSep = "}{"
, template = " %battery% %bright%<action=`xdotool key Super_L+y`>%default:Master%</action> %memory% %currentthemesymbol%%currenttheme%}%XMonadLog%{<action=`librewolf localhost:8384`>%syncthing%</action> <action='networkmanager_dmenu'>%dynnetwork%</action> <action=`xdotool key Super_L+c`>%date%</action> "
, template = " %battery% %bright%<action=`xdotool key Super_L+y`>%default:Master%</action> %memory% %artsymbol%%currenttheme%}%XMonadLog%{<action=`librewolf localhost:8384`>%syncthing%</action> <action='networkmanager_dmenu'>%dynnetwork%</action> <action=`xdotool key Super_L+c`>%date%</action> "
}
}