1 Star 0 Fork 0

j3xie/dwmblocks

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.h 737 Bytes
一键复制 编辑 原始数据 按行查看 历史
j3xie 提交于 2021-06-26 11:12 . update config
//Modify this file to change what commands output to your statusbar, and recompile using the make command.
static const Block blocks[] = {
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
{"", "sb-forecast", 18000, 5},
{"", "sb-volume", 0, 10},
{"", "sb-battery", 5, 3},
{"", "sb-clock", 60, 1},
{"", "sb-internet", 5, 4}
};
//Sets delimiter between status commands. NULL character ('\0') means no delimiter.
static char *delim = "|";
// Have dwmblocks automatically recompile and run when you edit this file in
// vim with the following line in your vimrc/init.vim:
// autocmd BufWritePost ~/.local/src/dwmblocks/config.h !cd ~/.local/src/dwmblocks/; sudo make install && { killall -q dwmblocks;setsid dwmblocks & }
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/FrankJian/dwmblocks.git
git@gitee.com:FrankJian/dwmblocks.git
FrankJian
dwmblocks
dwmblocks
master

搜索帮助