From 0e9d44d9863ce79db9ee35187977c641b180ef77 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Thu, 17 Aug 2023 13:57:47 +0200 Subject: [PATCH] =?utf8?q?Poprawienie=20nazwy=20narzedzia=20w=20launcherze?= =?utf8?q?=20padlock.=20Zmieniono=20polecenie=20wy=C5=9Bwietlaj=C4=85ce=20?= =?utf8?q?wersji=20w=20konfiguracji=20conky,=20ze=20wzgl=C4=99du=20na=20u?= =?utf8?q?=C5=BCycie=20hashu=20commitu=20z=20jakiego=20zosta=C5=82=20obraz?= =?utf8?q?=20zbudowany=20wykorzystywane=20jest=207=20pierwszych=20znak?= =?utf8?q?=C3=B3w=20tego=20hashu.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- conkyrc | 2 +- xfce4/panel/launcher-14/16844255236.desktop | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conkyrc b/conkyrc index af9a9a0..be1491a 100644 --- a/conkyrc +++ b/conkyrc @@ -51,7 +51,7 @@ conky.config = { } conky.text = [[ -${color green}Info:$color ${scroll 32 immudex${exec immudex-branch} ${cat /run/live/medium/live/version} - $sysname $nodename $kernel $machine} +${color green}Info:$color ${scroll 32 immudex${exec immudex-branch} ${cat /run/live/medium/live/version | cut -c 1-7} - $sysname $nodename $kernel $machine} $hr ${color green}Uptime:$color $uptime ${color green}Frequency (in MHz):$color $freq diff --git a/xfce4/panel/launcher-14/16844255236.desktop b/xfce4/panel/launcher-14/16844255236.desktop index 34c9137..aabc596 100755 --- a/xfce4/panel/launcher-14/16844255236.desktop +++ b/xfce4/panel/launcher-14/16844255236.desktop @@ -3,7 +3,7 @@ Version=1.0 Type=Application Name=Padlock Comment=Otwiera i zamyka partycje LUKS -Exec=xfce4-terminal -x /usr/local/bin/padlock +Exec=xfce4-terminal -x /usr/local/bin/immudex-padlock Icon=/usr/share/icons/padlock-icon.png Path= Terminal=false -- 2.39.5