rofi version 1.6.0 add to repo [Solved] Thanks

Forum Forums General Software rofi version 1.6.0 add to repo [Solved] Thanks

  • This topic has 9 replies, 4 voices, and was last updated Nov 12-9:04 pm by ex_Koo.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #44827
    Member
    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.
      #44844
      Member
      Xecure
        Helpful
        Up
        0
        ::

        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.

        #44846
        Member
        ex_Koo
          Helpful
          Up
          0
          ::

          Thanks you Xecure

          Yes sorry should given the github.
          rofi main
          version page rofi

          #44848
          Forum Admin
          anticapitalista
            Helpful
            Up
            0
            ::

            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.

            #44852
            Member
            ex_Koo
              Helpful
              Up
              0
              ::

              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 modi

              
              configuration
              {
              	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;
              }
              #44855
              Member
              ex_Koo
                Helpful
                Up
                0
                ::

                The config above is named = config.rasi and copied to ~/.config/rofi

                #44858
                Forum Admin
                anticapitalista
                  Helpful
                  Up
                  0
                  ::

                  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.

                  #44860
                  Member
                  Xecure
                    Helpful
                    Up
                    0
                    ::

                    It worked for me, so my guess is yes.
                    Thanks for the speedy build.

                    antiX Live system enthusiast.
                    General Live Boot Parameters for antiX.

                    #44878
                    Member
                    PPC
                      Helpful
                      Up
                      0
                      ::

                      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.

                      #44881
                      Member
                      ex_Koo
                        Helpful
                        Up
                        0
                        ::

                        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.

                      Viewing 10 posts - 1 through 10 (of 10 total)
                      • You must be logged in to reply to this topic.