Update README.md

This commit is contained in:
Shaked Gold 2023-06-13 00:26:49 +03:00 committed by GitHub
parent 541ee65efc
commit c6215ec566
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,9 +15,8 @@ hyprctl dispatch focuswindow address:0x$window_id > /dev/null
to switch to the window to switch to the window
# Mission # 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```). - [x] Integrate eww to dynamically create widgets
Also I suck at scss/css in general so I need a bit of help! - [ ] make eww pretty
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.
# Dependencies # Dependencies
* Hyprland * Hyprland
@ -25,7 +24,9 @@ If you would like to help me that would be awesome, the most important thing rig
# Getting Started # Getting Started
To test the program you will need to do the following: To test the program you will need to do the following:
1. create a directory in "~/.config/" called "hyprmsn" 1. create a directory in `~/.config/` called `hyprmsn`
2. move the script folder there 2. move the scripts folder to `~/.config/hyprmsn`
3. run ./daemon.sh (explenation above) 3. move the contents of the eww folder to `~/.config/eww/`
4. (optional) run ./clients.sh 4. run `./daemon.sh` (explenation above)
5. run `eww open hyprmsn`
6. (optional) run `./clients.sh` (runs rofi)