Skip to content

Conversation

@RobinHirst11
Copy link
Collaborator

Added sections for installation methods and a placeholder for additional content.

Add files via upload

add an image of dwmbar in README

Updated README with a new screenshot of dwmbar

Update README.md

Update README.md

Update README.md

Update README with installation instructions (#46)

Added sections for installation methods and a placeholder for additional content.

Add files via upload

add an image of dwmbar in README

Updated README with a new screenshot of dwmbar

Update README.md

Update README.md

RobinHirst11 and others added 5 commits August 22, 2025 21:00
Shellcheck doesn't like A && B || C because if B fails, C will run even when A is true.. just fixed with an if statement
Added sections for installation methods and a placeholder for additional content.

Add files via upload

add an image of dwmbar in README

Updated README with a new screenshot of dwmbar

Update README.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

Update README.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

Update README.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

Update README with installation instructions (#46)

Added sections for installation methods and a placeholder for additional content.

Add files via upload

add an image of dwmbar in README

Updated README with a new screenshot of dwmbar

Update README.md

Update README.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Owner

@thytom thytom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happy to approve this. I just reset main back to before the merge, so this will just make identical changes and new cloners will be none the wiser, and people pulling will just need to git fetch && git reset --hard origin/main to cope.

PREFIX=' '

get_time()
{
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know I just asked you to squash all your commits down so do not worry this is just advice I'll still happily accept this PR: Commits best organised so that they change one feature at a time. That would mean in this project:

  1. Add config_sync.sh, containing the new file and changes to install.sh and dwmbar + the readme entry that concerns it
  2. Change format in modules/time for the small change to modules/time.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you've done it right in your PR, the order of commits can matter, but not here. I usually organise them with a rebase into:

  • Required Api/infrastructure changes first (if needed)
  • Then add the feature + documentation if required, now that the required infra is committed.

Some people prefer to split up the docs or keep things even smaller, I prefer to have commits that move the code along in single functional chunks, with each commit fully functional.

$ cd dwmbar
$ sudo ./install.sh
```
</details>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat trick, which I have stolen for my work projects 👀

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very useful for different installation methods!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also, nothing new... was actually used in the README quite a bit already ;)

perhaps the owner does not remember the changes made to their repository... wink wink...

glad you can use it in your work! quite a bit of HTML works on markdown!

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It’s been quite a few years 😭 I think Baitinq the other founder did most of the README.

@thytom thytom merged commit 5e04fbc into main Nov 21, 2025
1 check passed
@RobinHirst11 RobinHirst11 deleted the temp branch November 25, 2025 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants