System Tray Icons on Xmonad - Xmobar Or any other minimal status bar

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite
1












I am using slack desktop client on my Arch Linux . I am using Xmonad Window manager along with Xmobar status bar.



On other Desktop environments, for example XFCE, the Slack Desktop client shows a small Icon (System tray icons) on the status bar (which is really helpful) .



( Screenshots below are of Slack on XFCE )



enter image description here



enter image description here



enter image description here



But I like to use Xmonad with Xmobar (which looks like this -> )



enter image description here



Is there any way to get slack icon on xmobar ?



if not is there any good, simple and minimal status bar which I could use on Xmonad ??



Thanks!







share|improve this question


























    up vote
    1
    down vote

    favorite
    1












    I am using slack desktop client on my Arch Linux . I am using Xmonad Window manager along with Xmobar status bar.



    On other Desktop environments, for example XFCE, the Slack Desktop client shows a small Icon (System tray icons) on the status bar (which is really helpful) .



    ( Screenshots below are of Slack on XFCE )



    enter image description here



    enter image description here



    enter image description here



    But I like to use Xmonad with Xmobar (which looks like this -> )



    enter image description here



    Is there any way to get slack icon on xmobar ?



    if not is there any good, simple and minimal status bar which I could use on Xmonad ??



    Thanks!







    share|improve this question
























      up vote
      1
      down vote

      favorite
      1









      up vote
      1
      down vote

      favorite
      1






      1





      I am using slack desktop client on my Arch Linux . I am using Xmonad Window manager along with Xmobar status bar.



      On other Desktop environments, for example XFCE, the Slack Desktop client shows a small Icon (System tray icons) on the status bar (which is really helpful) .



      ( Screenshots below are of Slack on XFCE )



      enter image description here



      enter image description here



      enter image description here



      But I like to use Xmonad with Xmobar (which looks like this -> )



      enter image description here



      Is there any way to get slack icon on xmobar ?



      if not is there any good, simple and minimal status bar which I could use on Xmonad ??



      Thanks!







      share|improve this question














      I am using slack desktop client on my Arch Linux . I am using Xmonad Window manager along with Xmobar status bar.



      On other Desktop environments, for example XFCE, the Slack Desktop client shows a small Icon (System tray icons) on the status bar (which is really helpful) .



      ( Screenshots below are of Slack on XFCE )



      enter image description here



      enter image description here



      enter image description here



      But I like to use Xmonad with Xmobar (which looks like this -> )



      enter image description here



      Is there any way to get slack icon on xmobar ?



      if not is there any good, simple and minimal status bar which I could use on Xmonad ??



      Thanks!









      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 11 at 18:05

























      asked Apr 10 at 14:20









      Severus Tux

      4621419




      4621419




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          Finally, with the help of nice people on #xmonad IRC channel, I got the solution



          enter image description here



          Here is how :



          First I resized the xmobar to leave a small gap on Right side (editing xmobarrc)



          position = Static xpos = 0, ypos = 0, width = 1346, height = 20 ,


          Use the package stalonetray



          sudo pacman -S stalonetray


          Configure stalonetray with ~/.stalonetrayrc file



          decorations none
          transparent false
          dockapp_mode none
          geometry 1x1-0+0
          background "#000000"
          kludges force_icons_size
          grow_gravity NW
          icon_gravity NW
          icon_size 18
          sticky true
          #window_strut none
          window_type dock
          window_layer bottom
          no_shrink false
          skip_taskbar true


          Finally, added it to .xintrc



          You can even configure it to show multiple system tray icons



          enter image description here



          Thats it :)






          share|improve this answer






















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "106"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );








             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f436787%2fsystem-tray-icons-on-xmonad-xmobar-or-any-other-minimal-status-bar%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            1
            down vote



            accepted










            Finally, with the help of nice people on #xmonad IRC channel, I got the solution



            enter image description here



            Here is how :



            First I resized the xmobar to leave a small gap on Right side (editing xmobarrc)



            position = Static xpos = 0, ypos = 0, width = 1346, height = 20 ,


            Use the package stalonetray



            sudo pacman -S stalonetray


            Configure stalonetray with ~/.stalonetrayrc file



            decorations none
            transparent false
            dockapp_mode none
            geometry 1x1-0+0
            background "#000000"
            kludges force_icons_size
            grow_gravity NW
            icon_gravity NW
            icon_size 18
            sticky true
            #window_strut none
            window_type dock
            window_layer bottom
            no_shrink false
            skip_taskbar true


            Finally, added it to .xintrc



            You can even configure it to show multiple system tray icons



            enter image description here



            Thats it :)






            share|improve this answer


























              up vote
              1
              down vote



              accepted










              Finally, with the help of nice people on #xmonad IRC channel, I got the solution



              enter image description here



              Here is how :



              First I resized the xmobar to leave a small gap on Right side (editing xmobarrc)



              position = Static xpos = 0, ypos = 0, width = 1346, height = 20 ,


              Use the package stalonetray



              sudo pacman -S stalonetray


              Configure stalonetray with ~/.stalonetrayrc file



              decorations none
              transparent false
              dockapp_mode none
              geometry 1x1-0+0
              background "#000000"
              kludges force_icons_size
              grow_gravity NW
              icon_gravity NW
              icon_size 18
              sticky true
              #window_strut none
              window_type dock
              window_layer bottom
              no_shrink false
              skip_taskbar true


              Finally, added it to .xintrc



              You can even configure it to show multiple system tray icons



              enter image description here



              Thats it :)






              share|improve this answer
























                up vote
                1
                down vote



                accepted







                up vote
                1
                down vote



                accepted






                Finally, with the help of nice people on #xmonad IRC channel, I got the solution



                enter image description here



                Here is how :



                First I resized the xmobar to leave a small gap on Right side (editing xmobarrc)



                position = Static xpos = 0, ypos = 0, width = 1346, height = 20 ,


                Use the package stalonetray



                sudo pacman -S stalonetray


                Configure stalonetray with ~/.stalonetrayrc file



                decorations none
                transparent false
                dockapp_mode none
                geometry 1x1-0+0
                background "#000000"
                kludges force_icons_size
                grow_gravity NW
                icon_gravity NW
                icon_size 18
                sticky true
                #window_strut none
                window_type dock
                window_layer bottom
                no_shrink false
                skip_taskbar true


                Finally, added it to .xintrc



                You can even configure it to show multiple system tray icons



                enter image description here



                Thats it :)






                share|improve this answer














                Finally, with the help of nice people on #xmonad IRC channel, I got the solution



                enter image description here



                Here is how :



                First I resized the xmobar to leave a small gap on Right side (editing xmobarrc)



                position = Static xpos = 0, ypos = 0, width = 1346, height = 20 ,


                Use the package stalonetray



                sudo pacman -S stalonetray


                Configure stalonetray with ~/.stalonetrayrc file



                decorations none
                transparent false
                dockapp_mode none
                geometry 1x1-0+0
                background "#000000"
                kludges force_icons_size
                grow_gravity NW
                icon_gravity NW
                icon_size 18
                sticky true
                #window_strut none
                window_type dock
                window_layer bottom
                no_shrink false
                skip_taskbar true


                Finally, added it to .xintrc



                You can even configure it to show multiple system tray icons



                enter image description here



                Thats it :)







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Apr 11 at 18:02

























                answered Apr 10 at 16:41









                Severus Tux

                4621419




                4621419






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f436787%2fsystem-tray-icons-on-xmonad-xmobar-or-any-other-minimal-status-bar%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How to check contact read email or not when send email to Individual?

                    Bahrain

                    Postfix configuration issue with fips on centos 7; mailgun relay