- This topic has 9 replies, 4 voices, and was last updated Nov 12-9:04 pm by ex_Koo.
-
AuthorPosts
-
November 12, 2020 at 4:29 am #44827Member
ex_Koo
I installed rofi version 1.60 from source code and it was a painful experience so many dependencies. Runs beautifully.
Is their any chance of packaging it to the antiX repo. Only asking because other users run rofi.
Sorry I don’t have a list of the dependencies I installed.
But I had to update check to 0.12.0.0-2 and was only available from bullseye. Everything else was on buster..
- This topic was modified 2 years, 5 months ago by ex_Koo.
November 12, 2020 at 9:32 am #44844Member
Xecure
::As I am learning how to package, I will have a look in the weekend if you can wait a bit.
By the way, you are talking about:
rofi 1.6 release
correct? I will have a look tonight if I have time, and see how Debian has packaged old releases, to try and make it consistent.antiX Live system enthusiast.
General Live Boot Parameters for antiX.November 12, 2020 at 10:23 am #44846Memberex_Koo
November 12, 2020 at 11:37 am #44848Forum Admin
anticapitalista
::rofi 1.6.0 debs here for testing.
https://download.tuxfamily.org/antix/Testing/
Philosophers have interpreted the world in many ways; the point is to change it.
antiX with runit - leaner and meaner.
November 12, 2020 at 1:51 pm #44852Memberex_Koo
::Wow quick service Thanks to all.
Just installed on 19.2 runit X64 with sudo dpkg -i rofi_1.6.0-1.0antix1_amd64.deb working just Fine.Couple of things using this version you need to run rofi with this command = rofi -show drun
And if you use your old rasi or config you will see no change in appearance. Below is one I found on the web for 1.6
Also log out then login OR reboot. After making changers. Remember Ctrl-Tab Switch to the next modiconfiguration { display-drun: "Activate"; display-run: "Execute"; show-icons: true; } * { font: "Fira Sans Medium 8"; foreground: #f8f8f2ff; background: #282a36ff; foreground-alt: #f8f8f255; background-alt: #282a3655; active-background: #bd93f9aa; urgent-background: #ff2222aa; selected-background: @active-background; selected-urgent-background: @urgent-background; selected-active-background: @active-background; separatorcolor: @active-background; bordercolor: @active-background; } window { location: center; anchor: center; height: 100%; width: 100%; padding: 25%; background-color: @background-alt; text-color: @foreground-alt; children: [ mainbox ]; } mainbox { background-color: @background-alt; text-color: @foreground-alt; expand: true; children: [ inputbar, listview ]; } listview { background-color: @background-alt; text-color: @foreground-alt; layout: vertical; dynamic: false; cycle: false; padding: 10; spacing: 10; columns: 5; } inputbar { background-color: @background; text-color: @foreground; children: [ entry ]; } entry { background-color: @background; text-color: @foreground; padding: 10px; } element { background-color: @background; text-color: @foreground; orientation: vertical; padding: 25px; } element-icon { size: 32px; } element-text { horizontal-align: 0.5; vertical-align: 0.5; } element.normal.normal { background-color: @background; text-color: @foreground; } element.normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } element.normal.active { background-color: @active-background; text-color: @foreground; } element.selected.normal { background-color: @selected-background; text-color: @foreground; } element.selected.urgent { background-color: @selected-urgent-background; text-color: @foreground; } element.selected.active { background-color: @selected-active-background; text-color: @foreground; } element.alternate.normal { background-color: @background; text-color: @foreground; } element.alternate.urgent { background-color: @urgent-background; text-color: @foreground; } element.alternate.active { background-color: @active-background; text-color: @foreground; }November 12, 2020 at 1:57 pm #44855Memberex_Koo
November 12, 2020 at 2:20 pm #44858Forum Admin
anticapitalista
::So, should I put the debs in our repos?
Philosophers have interpreted the world in many ways; the point is to change it.
antiX with runit - leaner and meaner.
November 12, 2020 at 3:31 pm #44860Member
Xecure
::It worked for me, so my guess is yes.
Thanks for the speedy build.antiX Live system enthusiast.
General Live Boot Parameters for antiX.November 12, 2020 at 6:39 pm #44878MemberPPC
::Yes! I just tested it, and it works fine!
If, in a future version, rofi is installed by default (like dmenu was, or still is, I’m not sure), it will be a much faster “file finder” than spacefm’s, using this on-line script I digged up:https://raw.githubusercontent.com/gotbletu/shownotes/master/rofi-scripts-collection/rofi-locate.sh
I even adapted it, to show a tiny “magnifying glass icon” (but I’m certain the forum will convert it to a Tofu glyph – it’s a character in the Webdings font):
xdg-open “$(locate home media /usr/share/icons | rofi -threads 0 -width 100 -dmenu -i -p “”)”P.
November 12, 2020 at 9:04 pm #44881Memberex_Koo
::Yes please repo sounds good.
@PPC Thanks for the search script like you say sure beats using catfish. And I can’t enough good things about spacefm a very powerful file manager, I never use thunar anymore.
-
AuthorPosts
- You must be logged in to reply to this topic.