From 8fa5e20aa449dc87918f4c105bf85dee6a90673c Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Sat, 31 Dec 2022 18:08:05 +0300 Subject: [PATCH] [~] Refactor --- dotfiles/.local/bin/commands | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dotfiles/.local/bin/commands b/dotfiles/.local/bin/commands index d46e713..94c5c4e 100755 --- a/dotfiles/.local/bin/commands +++ b/dotfiles/.local/bin/commands @@ -1533,10 +1533,6 @@ def status(argv): free -h | \ grep -P Mem: | grep -Po '[\w\.\d]+' | tail -n +2 | head -n 3 | xargs echo -n; ''', - r''' - sensors | \ - grep -Po '[\\\+\\\-\\\w][^\\\s]+C ' | head -n 5 | xargs echo -n - ''', r''' date +'%Y-%m-%d %l:%M:%S %p'; ''',