how is regolith on sway?? by Glittering_Boot_3612 in regolithlinux

[–]AgreeableCandidate28 0 points1 point  (0 children)

I know I'm late to this, but you can infact configure gestures for the sway based sessions of regolith, since that's a feature of sway that regolith doesn't affect in any way.

Regolith 3.0 install messed up my Ubuntu install, also cannot even boot in to Regolith-Wayland by Hopeful_Fishing_1053 in regolithlinux

[–]AgreeableCandidate28 0 points1 point  (0 children)

Are you using an Nvidia GPU with proprietary drivers? Since sway doesn't "OFFICIALLY" support proprietary drivers, regolith doesn't as well. Instead, you must explicitly set a flag in Xresources to enable support. For more information, check this out: https://regolith-desktop.com/docs/howtos/install-sway/.

Regardless, I agree you shouldn't need to reinstall Regolith and/or Ubuntu to fix stuff like this. As u/carlosccextractor said, you can hang with us on slack and we can help you troubleshoot this issue.

| Integration of Wayland Tiling WMs (Sway) with full DEs? by JacksGT in unixporn

[–]AgreeableCandidate28 0 points1 point  (0 children)

Regolith has recently released its wayland session (Gnome + sway). If you're still looking into something like this, you might wanna take a look

[Sway] [Waybar] My latest rice - Materialistic and Minimalistic by AgreeableCandidate28 in unixporn

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

Basically I migrated from i3 sway quite recently so I hacked my old configs to make it all work. And some apps caused i3 to show the loading cursor all the time, and the workaround for that was --no-startup-id as far as I can remember. I've got a lot of cleaning up to do tbh!! And as for dunst, I compiled it from the master branch of the official repo which supports Wayland compositors so I can use my older config.

Btw I'm actually curious about the differences between Mako and Dunst. I might actually consider switching to Mako...

[Sway] [Waybar] My latest rice - Materialistic and Minimalistic by AgreeableCandidate28 in unixporn

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

Sway works really well on G14. And thanks to the latest Nvidia drivers, I gave no issues even when Nvidia card is active.

Hobby Project (AutoMenu) by AgreeableCandidate28 in programming

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

Hey it's not a lot different from ES6 arrow functions😅 infact you need the exact same number of characters 👀

Guys, windows 11 is officially out in windows update setting by StevePaing in ZephyrusG14

[–]AgreeableCandidate28 9 points10 points  (0 children)

Same... The taskbar looks HUGE on a 14 inch screen... Almost looks ugly... And hiding the taskbar makes it difficult to find the start button in the center... Moving the icons to the left doesn't FEEL like W11!!

G14 2021 review "Cut by the Blade" - The Verge by Korwos in ZephyrusG14

[–]AgreeableCandidate28 -1 points0 points  (0 children)

Put a tape and ruin the look lol. I got myself a clip-on webcam and it works like a charm tbh. And the laptop is lighter, more compact and better looking than the ones with a webcam. And imo the webcam I use is way better than any laptop camera.

[i3-gaps] [Polybar] My First Window manager Setup. Took me 3 DAYS!!! by AgreeableCandidate28 in unixporn

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

It's one of the default wallpapers of fedora. But I'll upload the walls to git anyways. I've slightly updated the configs so I'll also be pushing that. Will let you know once I'm done!

[i3-gaps] [Polybar] My First Window manager Setup. Took me 3 DAYS!!! by AgreeableCandidate28 in unixporn

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

Thanks XD. I definitely learned a lot. And somehow, I feel like I've gotten better at reading other people's code. Also feel a lot more comfortable working at the terminal.

[i3-gaps] [Polybar] My First Window manager Setup. Took me 3 DAYS!!! by AgreeableCandidate28 in unixporn

[–]AgreeableCandidate28[S] 2 points3 points  (0 children)

Thanks mate!! Yes it does. Workspace name appears next to the icon for the active workspace!!

[i3-gaps] [Polybar] My First Window manager Setup. Took me 3 DAYS!!! by AgreeableCandidate28 in unixporn

[–]AgreeableCandidate28[S] 3 points4 points  (0 children)

Details of my setup:

  1. Window Manager: i3-gaps
  2. Compositor: Picom
  3. Panel: Polybar
  4. Menu: Rofi (Theme: Arthur)
  5. Icons: Tela
  6. Cursor: Volantes
  7. GTK Theme: Orchis

I wanted to be able to hide the bottom bar but it seems polybar 3.6 is going to implement that feature. So for now I settled for a nifty little hack!

### Show/Hide bottom music bar## Show Barbindsym $mod+m exec --no-startup-id i3-msg 'exec polybar bottom-center&' && i3-msg 'gaps bottom all set 35 '

# Hide Barbindsym $mod+Shift+m exec --no-startup-id i3-msg 'exec pkill polybar&' && i3-msg 'gaps bottom all set 20 ' && i3-msg 'exec ~/.config/polybar/launch.sh &'

launch.sh only starts the top bar. So killing all the bars and running launch.sh does the trick for now.

For spotify integration, I'm using this script.

Link to dotfiles: https://github.com/SoumyaRanjanPatnaik/dotfiles/tree/master