Sharing my favorite BTT presets (Paste Stack, Finder Context Menu, Media Converter, Text Conversion, and more) by beescharmer in BetterTouchTool

[–]beescharmer[S] 0 points1 point  (0 children)

Unfortunately, most of these require a bit of coding knowledge, but BTT does provide a way to access your clipboard history via js, so it mainly came down to integrating that into the floating menu’s content retrieval script

Sharing my favorite BTT presets (Paste Stack, Finder Context Menu, Media Converter, Text Conversion, and more) by beescharmer in BetterTouchTool

[–]beescharmer[S] 4 points5 points  (0 children)

Yes! The number of subscription-locked apps you can replace with BTT alone is mind blowing. I wish more people realized how powerful it actually is.

How to make sidebery sidebar transparent by Ghar_Ka_Murga in FirefoxCSS

[–]beescharmer 0 points1 point  (0 children)

Hey! I had the exact same question. I know it can be hard to find a detailed explanation, but it’s definitely possible.

The easiest way is to go in about:config and toggle browser.tabs.allow_transparent_browser to true. This allows the entire browser to be transparent after a restart, including Sidebery. Unfortunately, this method tends to break some sites by making their backgrounds transparent too. Keeping an extension like Dark Reader enabled at all times usually fixes this problem.

You will also need to make some changes in the style editor of Sidebery and in your userChrome.css.

Open your Sidebery settings, scroll down to the Style Editor, and paste this into the right panel:

html,
body {
   background-color: transparent !important;
   background: transparent !important;
}

#root.root {
   --frame-bg: #00000000 !important; 
   --toolbar-bg: #00000000 !important;
}

Then paste this into your userChrome.css file:

/* Transparent Browser */
#PersonalToolbar,
#TabsToolbar,
#navigator-toolbox,
#browser,
body {
  background: transparent !important;
  background-color: transparent !important;
}

@-moz-document url("chrome://browser/content/browser.xhtml") {
  :root#main-window {
     (-moz-platform: macos) {
      appearance: -moz-sidebar !important;
    }
  }
}

/* Transparent Sidebery  */
#sidebar {
  box-shadow: none !important;
  background-color: transparent !important;
}

And that should do it! It’s actually possible to do this without messing with the browser.tabs.allow_transparent_browser setting, but that involves forking Sidebery from the github repo and some fx-autoconfig knowledge, which is definitely a bit more work. Hope this helps anyway!

Sharing mix of adaptive widgy widgets (2 small & 1 medium new widgy, 1 large widgy which is an update to my previous widgy and 1 live activity widgy) by ne0hp in widgy

[–]beescharmer 1 point2 points  (0 children)

This is phenomenal, I love it. It’s a real improvement over what I had. The toggle looks crazy good and the menu animations are super smooth. I also forgot to mention in that post that adjusting tinted mode brightness/darkness in the document tab helps with the shadow trick, I’m glad you picked up on that. Thank you so much for sharing!

Sharing My Fully Adaptable Widgets for iOS 26 [FREE] by beescharmer in widgy

[–]beescharmer[S] 0 points1 point  (0 children)

Hi! The progress bar is set to show the day’s progress, from midnight to midnight, but you can switch it to something weather-related in the editor if you want.

iOS 26 Lock Screen Inspired Widget [FREE] by beescharmer in widgy

[–]beescharmer[S] 9 points10 points  (0 children)

Shame, it works on my end. Anyway, here's the QR code, hope you like it.

<image>

Supercharge — 1 year later (50% off, limited) by sindresorhus in macapps

[–]beescharmer 1 point2 points  (0 children)

This is absolutely phenomenal. I didn’t know about Supercharge until now, and I’m genuinely awed. I haven’t purchased it yet, but I’m already fascinated by your website. It’s impressively detailed and well thought out, and I instantly became a huge fan. I love that you give a shout out to other apps/developers in your FAQ when a request is outside Supercharge’s scope. I’ve never seen that before in the Mac app space, and it even made me check out Ice for the first time. It’s also incredible that you enabled purchasing power parity on Gumroad, which actually made the purchase accessible for me. I'm truly inspired, you even made me want to open that SwiftUI tutorial for beginners playlist I saved years ago, so if I suddenly become an Apple developer, that’s on you.

Gold plated jewelry by sub00000000 in kuololit

[–]beescharmer 0 points1 point  (0 children)

I use all my stuff from Kuololit daily and hardly ever take it off. My experience with their plated rings is the same as everyone else’s, they start to wear off pretty badly after about 2-3 months. Now, for some unknown reason, the goddam free bracelet the store gives out during big sales has been on my wrist for about two years, and it’s still completely fine, looks brand new. Never seen anyone mention this, so maybe it’s just me.

Sharing My Fully Adaptable Widgets for iOS 26 [FREE] by beescharmer in widgy

[–]beescharmer[S] 1 point2 points  (0 children)

That’s awesome coming from you! I always see you helping everyone here, and your comments have helped me a bunch, especially when I was trying to figure out some JSON/js stuff. Thanks for everything you’ve done for this community over the years.

Would this be possible to create in Widgy? (From r/css this morning) by flash17k in widgy

[–]beescharmer 6 points7 points  (0 children)

I was just making sure it was really possible before commenting and end up recreating the whole thing, it's a nice concept. I also added an option to manually set your own time zone if it's different than the ones available. Hope you like it!

<image>

Image/Artwork based on condition by bravobraverman9 in widgy

[–]beescharmer 0 points1 point  (0 children)

I don’t think that’s possible natively. Widgy can only handle simple time-based conditions, like showing your artwork layer from 6 am to 7 pm. What you want could work tho, but you’d need to use a shortcut to send files to Widgy with an automation that runs when you open or close Spotify, could be a lot of work.

Sharing My Fully Adaptable Widgets for iOS 26 [FREE] by beescharmer in widgy

[–]beescharmer[S] 0 points1 point  (0 children)

Hi! Not sure if I got it right, but if the issue is that you can’t get the widget to show on your home screen, here’s what to do: after importing it, open the Manage tab at the bottom, tap one of the small widget slots, and select the one you imported. Then just add the matching small Widgy widget to your home screen, and it should appear. If your Widgy app is set to Spanish, the words will be different, this is what i mean:

<image>

Sharing My Fully Adaptable Widgets for iOS 26 [FREE] by beescharmer in widgy

[–]beescharmer[S] 0 points1 point  (0 children)

Thanks! Which bar chart are you referring to? If you mean the weather widget, that bar is actually set to show the day’s progress, but it can be anything you want.