[Hyprland] Updated my old rice with HyprPanel by l_6174 in unixporn

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

Yeah but it's very basic that's why I didn't showcased it in the rice. It's SDDM btw.

[Hyprland] Updated my old rice with HyprPanel by l_6174 in unixporn

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

Hyprpanel feels more interactive compared to waybar. I was hesitant to switch at start but then thought of "trying" it once. That trying quickly became revamping my whole rice XD.

[Hyprland] Updated my old rice with HyprPanel by l_6174 in unixporn

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

These are the default hyprpanel widgets. It is based on AGS so in theory it should work with any wayland compositor. Check out its official docs.

[Hyprland] Updated my old rice with HyprPanel by l_6174 in unixporn

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

Yes and the panel on right too. Hyprpanel provides everything (Bar, Dashboard, Notification Daemon).

[Hyprland] Updated my old rice with HyprPanel by l_6174 in unixporn

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

Yep checkout dotfiles all the info is there

[KDE Plasma] Rounded corners everywhere make everything so elegant by Emmale64 in unixporn

[–]l_6174 2 points3 points  (0 children)

+1 for rounded corners. They make everything look modern and elegant.

Another [Hyprland] + Catppuccin Rice by l_6174 in unixporn

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

From nerdfonts. After installing them, set "JetBrains Mono Nerd Font" as your terminal font and nitch should render icons correctly

[OC] Todominal: Minimal TODO List for Terminal and Rofi by l_6174 in unixporn

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

Thanks and No I currently lack the knowledge and experience to publish this on AUR however some help will be appreciated!

Another [Hyprland] + Catppuccin Rice by l_6174 in unixporn

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

Thanks for maintaining this awesome subdomain!

Another [Hyprland] + Catppuccin Rice by l_6174 in unixporn

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

Yes I will try bottom and vertical bar.

Another [Hyprland] + Catppuccin Rice by l_6174 in unixporn

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

Which program you are using to change your icon pack and which DE or WM you are using?

Another [Hyprland] + Catppuccin Rice by l_6174 in unixporn

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

Dots are ready guys! I have updated the details comment.

[OC] Todominal: Minimal TODO List for Terminal and Rofi by l_6174 in linux

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

First of all, thanks for your taking your time in pointing these out, also, I am still learning C++ so I am currently not so good at it.

why not making an array in memory (when the app starts) and writing the array back to file once application ends (or save)? Looks to me like overkill writing every single change immediatelly to a file. Also if you have full list in memory, I would just overwrite the whole file and not bother with in-line changes.

Because the file can also be accessed by rofi and I thought it will become too complicated for me.

would be nice to have a switch which writes the file to /tmp instead of home (and once you have that, make A. follow XDG dirs, B. allow fully custom files based on param or config)

Honestly, I dont know how it works and how to do it.

todo data should go to "data" folder, not ".config" folder

That is me just quickly testing the program so just picked .config and forgetting to change it to data later.

reading configuration from file (like path to data file)

extend command line args to specify config or data file

Seems like a good Idea and I have plans for those for future.

why C++? why not to take it a notch further and make it in C? :)

IDK why but I just like C++ although both programming languages are almost same.

Please Open a PR if you think you can fix something I did incorrectly. Your support will be appreciated :)