-
-
piotr
Thanks! Both packages install sample tint2 config files. You’ll also find commands description in the picture on GitHub.
-
piotr
@joekamprad @judd I gave up on i3-status / blocks. Both panels are tint2, and use my psuinfo and t2ec packages commands in executors. Icons themselves are .svg by edskeye, as always. :)
rofi and i3 config heavily based on ArchLabs defaults.
-
-
piotr
@Noel said in Failed to start Light Display Manager:
the update of lightdm (1:1.28.0-1 -> 1:1.28.0-2) does not work
Haven’t you received the 1:1.28.0-3 update yet? It works well for me.
-
piotr
Same tint2-aimed scripts (psuinfo and t2ec) also available on Void Linux. Submitting packages to the Void repo is a hell. :)
-
piotr
@joekamprad Well, I’ve given a try to several tiling WMs recently, but liked i3 only. Firstly: all the workflow is easy to (re)configure on the fly. Secondly: goes well with tint2, which I’m addicted to. :D
-
-
piotr
Installing AS (as well as other IntelliJ stuff) from AUR makes no sense. Firstly: you’ll be out of date most of the time. Secondly: to apply updates downloaded by the Studio itself you’ll need to launch AS as root. If you happen to open some of your projects still running AS as root, you may be unable to open it as a regular user.
Just download AS from the website and unpack somewhere in your home folder. Start from bin/studio.sh, and ‘Create Desktop Entry’ from the Configure menu.
-
piotr
Encouraged by Johan Malm, I added the [menu] argument to
t2ec
commands. It automates binding jgmenu context menus to executors.t2ec --update menu
command in action: -
piotr
I’ve just finished packaging the scripts which are not psutil-based into the AUR package. Sample usage may look like this:
To get them all, you need to install psuinfo and t2ec packages. Thanks in advance for feedback.
-
piotr
@judd Thanks! :)
Actually I’ve got hardly any experience at shell scripting, but this project is an opportunity to learn.
-
-
piotr
@joekamprad If you’d like your desktop to look exactly as you want, Openbox is a good idea.
Almost all of my wallpapers come from Wallhaven. To avoid seeing manga and beautiful, half-naked girls, I usually type “abstract” in the Search box.
Most of the scripts in the picture, that currently appear under their own names, are being packaged into the
t2ec
package right now. They will have common syntax:t2ec --command [argument]
.Coming soon. -
piotr
I’m about to make a package of several scripts, which are currently standalone. See README for details.
-
piotr
@edneyhelene In case you needed even more icons / indicators, you may find them here:
-
piotr
While playing with my collection of Tint2 executors what I hated most was that commands assigned to mouse events would execute again and again after each click, even if previous instances were already running. I expected them to launch the command if not yet running, or just bring focus to the command window. Having no better idea on how to achieve this, I wrote a short script, which searches the process ID of the name given and tries to find a window by the process ID. If found, it’ll be given focus, instead of running the command again.
Learn more here and/or install the rof-git package from AUR.
-
-
piotr
@judd Thanks! It’s useful to me while applying on various machines. Just
$ git clone
and copy - paste. :) -
piotr
As I mentioned some time ago, I moved my collection of scripts and executors for the Tint2 panel on GitHub. Couple of new ones appeared recently. Below you may see most part of them running on my laptop. Possibly you’ll pick something useful to you.