From 9f8c12f2670684ae8400cd875244836150dd0cae Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Tue, 14 Jan 2025 19:02:55 +0100 Subject: [PATCH] :truck: Move screenshots from bspwm into own folder Signed-off-by: SindreKjelsrud --- .github/screenshots/{ => bspwm}/buzy.png | Bin .github/screenshots/{ => bspwm}/non-buzy.png | Bin .github/screenshots/{ => bspwm}/rofi.png | Bin .github/screenshots/{ => bspwm}/terminal.png | Bin bspwm/README.md | 8 ++++---- 5 files changed, 4 insertions(+), 4 deletions(-) rename .github/screenshots/{ => bspwm}/buzy.png (100%) rename .github/screenshots/{ => bspwm}/non-buzy.png (100%) rename .github/screenshots/{ => bspwm}/rofi.png (100%) rename .github/screenshots/{ => bspwm}/terminal.png (100%) diff --git a/.github/screenshots/buzy.png b/.github/screenshots/bspwm/buzy.png similarity index 100% rename from .github/screenshots/buzy.png rename to .github/screenshots/bspwm/buzy.png diff --git a/.github/screenshots/non-buzy.png b/.github/screenshots/bspwm/non-buzy.png similarity index 100% rename from .github/screenshots/non-buzy.png rename to .github/screenshots/bspwm/non-buzy.png diff --git a/.github/screenshots/rofi.png b/.github/screenshots/bspwm/rofi.png similarity index 100% rename from .github/screenshots/rofi.png rename to .github/screenshots/bspwm/rofi.png diff --git a/.github/screenshots/terminal.png b/.github/screenshots/bspwm/terminal.png similarity index 100% rename from .github/screenshots/terminal.png rename to .github/screenshots/bspwm/terminal.png diff --git a/bspwm/README.md b/bspwm/README.md index 2794513..6e82142 100644 --- a/bspwm/README.md +++ b/bspwm/README.md @@ -19,7 +19,7 @@ ### Screenshots -![Terminal](/.github/screenshots/terminal.png) -![Rofi](/.github/screenshots/rofi.png) -![Busy](/.github/screenshots/buzy.png) -![Non-busy](/.github/screenshots/non-buzy.png) +![Terminal](/.github/screenshots/bspwm/terminal.png) +![Rofi](/.github/screenshots/bspwm/rofi.png) +![Busy](/.github/screenshots/bspwm/buzy.png) +![Non-busy](/.github/screenshots/bspwm/non-buzy.png)