Add nagstamon to i3blocks
This commit is contained in:
parent
ca0da2ff03
commit
85c02487a4
3 changed files with 9 additions and 0 deletions
|
@ -260,6 +260,9 @@ i3blocks:
|
|||
- clone:
|
||||
- https://github.com/vivien/i3blocks-contrib.git
|
||||
- ~/git_clones/i3blocks-contrib
|
||||
- symlink:
|
||||
- dotfiles/i3/scripts/nagstamon
|
||||
- ~/.config/i3blocks/scripts/nagstamon
|
||||
- symlink:
|
||||
src: ~/git_clones/i3blocks-contrib/apt-upgrades/apt-upgrades
|
||||
dest: ~/.config/i3blocks/scripts/apt-upgrades
|
||||
|
|
|
@ -29,6 +29,9 @@ command=scripts/$BLOCK_NAME
|
|||
separator_block_width=15
|
||||
markup=pango
|
||||
|
||||
[nagstamon]
|
||||
interval=1
|
||||
|
||||
[apt-upgrades]
|
||||
interval=3600
|
||||
|
||||
|
|
3
dotfiles/i3/scripts/nagstamon
Executable file
3
dotfiles/i3/scripts/nagstamon
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
/usr/bin/nagstamon
|
Loading…
Add table
Reference in a new issue