napcok
September 2, 2024, 12:23am
1
I will be posting screenshots of currently-in-development projects and features that may end up in Mabox in the future in this thread.
In the depths of my disk, I have many projects that I have started but never finished. I sometimes forget about some of them and they are waiting until I accidentally encounter files, notes, or scripts related to them.
I might find it harder to forget about them if I post them here.
For now, I’m going back to reading books…
8 Likes
napcok
September 3, 2024, 12:31pm
2
Colorizer is able to change Papirus Folder colors.
Quickly and without a need to type root passwod.
This one will land in repo soon
8 Likes
napcok
September 12, 2024, 3:25pm
3
This will probably be the most useful tool for me in the coming weeks/months.
Todo Manager based on Todo.txt format as a dynamic menu (jgmenu) + Conky
No more piles of handwritten sheets of paper strewn across my desk. Ok, maybe there will be a few left
I put this together in the last couple of evenings, and the result is surprisingly good.
Maybe this tool will be included in the next release of Mabox. As an example of an advanced combination of jgmenu and Conky.
5 Likes
napcok
September 14, 2024, 9:51pm
4
Fixes and improvements for the tools for setting and generating wallpapers in Mabox.
And there’s quite a bit of it
Fortunately, it’s almost done
5 Likes
napcok
September 20, 2024, 9:54pm
5
I continue my review of Mabox tools…
This time it’s Music & Sound Menu . It’s a basic player based on mpv.
Attached to the keyboard shortcut super + m and also right click on the volume icon in tint2.
An option to pause and resume music has been added.
1 Like
muzqs
September 22, 2024, 4:18pm
7
Its nice to see new stuff , after a while not following the develpment… Added the jgwallpapergenerate -s
to my personal wallpaperchanger menu.
Next step is, look into your wallpaper directory setter, to create a list of wallpaper path…
I am now using jgbrowser
from mb-tools right
, with the following added.
printf "%b\n" " $SET_WDIR,awk -v newdir='${DIRECTORY:-/}' '/^wallpaper_dir=/{\$1=\"wallpaper_dir=\"newdir}1' $CONF_FILE > $CONF_FILE.tmp && mv $CONF_FILE.tmp $CONF_FILE"
printf "%b\n" " $SET_WDIR2,awk -v newdir='${DIRECTORY:-/}' '/^wallpaper_dir2=/{\$1=\"wallpaper_dir2=\"newdir}1' $CONF_FILE2 > $CONF_FILE2.tmp && mv $CONF_FILE2.tmp $CONF_FILE2"
It sets the dir of current navigated dir. Can be any dir. (this is a bit a disadvance of it, maybe.)
It is for 2 monitors.
Will need a look at your new scripts.
1 Like
The wallpaper options is great.
The todo conky is ready?
napcok
September 25, 2024, 5:51am
9
If you need basic todo.txt Conky see: Linux with Conky · todotxt/todo.txt-cli Wiki · GitHub
The extended version that I am using is not yet suitable for publication and as I wrote earlier, it may be ready with the next release of Mabox Jaskier - hopefully by the end of this year.
It’s great for planning and helps me a lot with Mabox development. But there’s a long way to go between “it works for me” and being ready to publish to a wider audience.
1 Like
Ok, espero tu trabajo, seguro será excelente.
Ok. I wait your job, It will surely be excellent.
napcok
September 25, 2024, 7:53am
11
In the meantime, I highly recommend trying out the official version not mine.
yay -S todotxt
There is a nice introductory video on the website → http://todotxt.org/
Edit:
I shared a basic Conky and config-conky for todo.txt + mini howto
See:
[todo_cli]
Install todotxt script
yay -S todotxt
Add handy alias to ~/.bashrc and reload it
echo "alias t='todo.sh'" >> ~/.bashrc
source ~/.bashrc
Conky file. Save it as ~/.config/conky/todo_txt_mbcolor.conkyrc
conky.config = {
-- WINDOW
own_window = true,
own_window_type = 'desktop',
own_window_transparent = false,
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
own_window_colour = '#142c2c',
own_window_class = 'Conky',
own_window_title = 'Conky',
…
2 Likes
Excelente, ya lo estoy probando (aunque me cuesta bastante el idioma inglés).
Excellent, I’m already trying it (although it costs me a lot in the English language).
Acá encontré una utilidad muy buena: una combinación de todo.txt y rofi
La agregué al menú contextual de tu conky.
Here I found a very good utility: a combination of todo.txt and rofi.
I added it to your conky’s context menu.
Handle your todo-txt tasks directly from Rofi
1 Like
Así lo tengo - So I got it.
2 Likes