From f45cdf2c6a9a433dd60fbde0e06bc63384fa0e42 Mon Sep 17 00:00:00 2001 From: wilou Date: Sat, 9 Mar 2024 11:57:00 +0000 Subject: [PATCH] =?UTF-8?q?T=C3=A9l=C3=A9verser=20les=20fichiers=20vers=20?= =?UTF-8?q?"polybar"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- polybar/polybar.desktop | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 polybar/polybar.desktop diff --git a/polybar/polybar.desktop b/polybar/polybar.desktop new file mode 100644 index 0000000..55503be --- /dev/null +++ b/polybar/polybar.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Application +Name=Polybar +Comment=A fast and easy to use tool for creating status bars +Exec=/bin/bash -c "$HOME/.config/polybar/launch.sh" +Hidden=false +X-MATE-Autostart-enabled=true