From c6215ec566865262520c0564c3f2a4abddc5433c Mon Sep 17 00:00:00 2001 From: Shaked Gold <66266012+ShakedGold@users.noreply.github.com> Date: Tue, 13 Jun 2023 00:26:49 +0300 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 28695d8..4f82a72 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,8 @@ hyprctl dispatch focuswindow address:0x$window_id > /dev/null to switch to the window # Mission -My goal right now is to use eww to display the window switcher, I need to create a widget and programmatically use that widget for each window that is available (to get the windows I use ```htyprctl clients```). -Also I suck at scss/css in general so I need a bit of help! -If you would like to help me that would be awesome, the most important thing right now is dynamically generating the eww widget with the corresponding number of windows open. +- [x] Integrate eww to dynamically create widgets +- [ ] make eww pretty # Dependencies * Hyprland @@ -25,7 +24,9 @@ If you would like to help me that would be awesome, the most important thing rig # Getting Started To test the program you will need to do the following: -1. create a directory in "~/.config/" called "hyprmsn" -2. move the script folder there -3. run ./daemon.sh (explenation above) -4. (optional) run ./clients.sh +1. create a directory in `~/.config/` called `hyprmsn` +2. move the scripts folder to `~/.config/hyprmsn` +3. move the contents of the eww folder to `~/.config/eww/` +4. run `./daemon.sh` (explenation above) +5. run `eww open hyprmsn` +6. (optional) run `./clients.sh` (runs rofi)