From 58987f4fc5ffc84d42bfa742a40d77c63f5b9b2b Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Tue, 30 Mar 2021 17:49:45 +0400 Subject: Updated transadd and xmobarrc --- .config/xmonad/xmobarrc | 11 ----------- .local/bin/scripts/transadd | 4 ++-- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/.config/xmonad/xmobarrc b/.config/xmonad/xmobarrc index 8ff0542..b33fc46 100644 --- a/.config/xmonad/xmobarrc +++ b/.config/xmonad/xmobarrc @@ -45,8 +45,6 @@ Config { , Run Com "volume" ["Volume: %s"] "" 5 - , Run Alsa "default" "Master" [] - -- network activity monitor (dynamic interface resolution) , Run DynNetwork [ "--template" , "" , "--Low" , "1000" -- units: B/s @@ -56,15 +54,6 @@ Config { , "--high" , "red" ] 10 - -- cpu activity monitor - , Run MultiCpu [ "--template" , "Cpu: %|%" - , "--Low" , "50" -- units: % - , "--High" , "85" -- units: % - , "--low" , "#02d310" -- red - , "--normal" , "#ed8b02" -- orange - , "--high" , "#ed2902" -- green - ] 10 - -- battery monitor , Run Battery [ "--template" , "Battery: " , "--Low" , "10" -- units: % diff --git a/.local/bin/scripts/transadd b/.local/bin/scripts/transadd index d6de4f5..9ec01a9 100755 --- a/.local/bin/scripts/transadd +++ b/.local/bin/scripts/transadd @@ -10,8 +10,8 @@ directories="/var/lib/transmission-daemon/downloads/Movies /var/lib/transmission-daemon/downloads/Series /var/lib/transmission-daemon/downloads" -host=$(pass transmission/rpi-host) -creds=$(pass transmission/rpi-creds) +host=$(pass Services/transmission/rpi-host) +creds=$(pass Services/transmission/rpi-creds) dest=$(printf "$directories" | dmenu -p "Choose destination" -i -l 5) transmission-remote $host -n $creds -a "$@" -w "$dest" && notify-send "Torrent added" -- cgit v1.2.3