From e5e8f074da5496b1b951246496b8e29298dfc3b4 Mon Sep 17 00:00:00 2001 From: Christian Fritz Date: Sun, 29 Jun 2025 16:28:40 -0700 Subject: [PATCH] Fix formatting in README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 01ec958..2c2a4eb 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,10 @@ OR Create a symbolic link from your _.local_ directory and enable extension - ln -s $PWD/generic-monitor@gnome-shell-extensions/ ~/.local/share/gnome-shell/extensions/ - gnome-extensions enable generic-monitor@gnome-shell-extensions +```bash +ln -s $PWD/generic-monitor@gnome-shell-extensions/ ~/.local/share/gnome-shell/extensions/ +gnome-extensions enable generic-monitor@gnome-shell-extensions +``` Restart GNOME @@ -96,7 +98,7 @@ DBUS object "popup" : { "items": [ and/or ] } - + Signals description =================== @@ -118,7 +120,7 @@ Targets : * open-popup : Open the popup if there is one * close-popup : Close the popup if there is one * toggle-popup : Toggle (open/close) the popup if there is one - + Signal names emit when action "signal" is specified :