mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Add floating top window on click of RAM usage in i3
This commit is contained in:
parent
34194457b7
commit
586aa7fa65
@ -16,6 +16,10 @@
|
|||||||
|
|
||||||
TYPE="${BLOCK_INSTANCE:-mem}"
|
TYPE="${BLOCK_INSTANCE:-mem}"
|
||||||
|
|
||||||
|
if [ $BLOCK_BUTTON -gt 0 ]; then
|
||||||
|
i3-sensible-terminal -r floating-term --geometry 100x54 -e 'top -d 0.1'
|
||||||
|
fi
|
||||||
|
|
||||||
awk -v type=$TYPE '
|
awk -v type=$TYPE '
|
||||||
BEGIN {
|
BEGIN {
|
||||||
swap_total=1
|
swap_total=1
|
||||||
|
Loading…
Reference in New Issue
Block a user