This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #---- Generated by tint2conf c589 ---- | |
| # See https://gitlab.com/o9000/tint2/wikis/Configure for | |
| # full documentation of the configuration options. | |
| #------------------------------------- | |
| # Gradients | |
| #------------------------------------- | |
| # Backgrounds | |
| # Background 1: Panel, Tooltip | |
| rounded = 0 | |
| border_width = 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Rome wasn't built in a day...... | |
| Neither was ArchLabs Linux. | |
| Brett, Erik and I are super excited to present ArchLabs Linux +4. We released test release back on the 7th of April to show off what we had acheived since +3 since then we have been working hard on bringing the next release to the Linux community. | |
| We have kept the default look that we all love from BunsenLabs but have added a fair few new themes and icon themes as well as our own repository. The polishing and fine tuning has been a priority and will continue to be. | |
| A bit of a downer though, we are still having a long boot time for the live session and for the first boot after install. Also opening anything as root for the first time has a bit of an extended wait but any following instances are instant. Once you have opened a root instance and had a reboot everything is like greased lightning. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ...Is here at last. Are you ready? | |
| [Read more…] | |
| Brett, Erik, Hari and I are super excited to present ArchLabs Linux +4. We released a test release (AL3.4.0) back on the 7th of April to show off what we had achieved since +3 and so far we have received such positive feedback. It's really an uplifting feeling to be so widely appreciated. Since then we have been working hard on bringing the next release to the Linux community. | |
| As today is the one year anniversary of BunsenLabs first release we thought that it would be a fitting tribute to release +4. Happy 1st Birthday BunsenLabs. | |
| We have kept the default look that we all love from BunsenLabs but have added a fair few new themes and icon themes as well as our own repository. The polishing and fine tuning has been a priority and will continue to be. 107 commits were made over the last few months and that was just the tip of the iceberg. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rofi.font: Pilcrow 18 | |
| rofi.color-enabled: true | |
| rofi.color-window: #2b303b, #696969, #696969 | |
| rofi.color-normal: #2b303b, #8fa1b3, #2b303b, #8fa1b3, #2b303b | |
| rofi.color-active: #8fa1b3, #2b303b, #8fa1b3, #2b303b, #8fa1b3 | |
| rofi.color-urgent: #8fa1b3, #2b303b, #8fa1b3, #2b303b, #8fa1b3 | |
| rofi.separator-style: solid | |
| rofi.fullscreen: false | |
| rofi.padding: 10 | |
| rofi.hide-scrollbar: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set_from_resource $color15_i3wmthemer color15 | |
| set_from_resource $color14_i3wmthemer color14 | |
| set_from_resource $color13_i3wmthemer color13 | |
| set_from_resource $color12_i3wmthemer color12 | |
| set_from_resource $color11_i3wmthemer color11 | |
| set_from_resource $color10_i3wmthemer color10 | |
| set_from_resource $color09_i3wmthemer color9 | |
| set_from_resource $color08_i3wmthemer color8 | |
| set_from_resource $color07_i3wmthemer color7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| color15_i3wmthemer = ${xrdb:color15} | |
| color14_i3wmthemer = ${xrdb:color14} | |
| color13_i3wmthemer = ${xrdb:color13} | |
| color12_i3wmthemer = ${xrdb:color12} | |
| color11_i3wmthemer = ${xrdb:color11} | |
| color10_i3wmthemer = ${xrdb:color10} | |
| color09_i3wmthemer = ${xrdb:color9} | |
| color08_i3wmthemer = ${xrdb:color8} | |
| color07_i3wmthemer = ${xrdb:color7} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jgmenu a very cool menu has been added to Polybar. | |
| Polybar itself has had another makeover, and I think it is looking super sharp. | |
| Pacli has been forked for use with ArchLabs. All the options now work as they should. | |
| A new default monospaced font has been added, the very stylish Fantasque Sans font. | |
| The obligatory change to the default wallpaper, which is pretty much expected upon every release. I personally have prescribed to the "Ubuntu Theorem of New Release Wallpaper", which is "slightly changed but still the same". I think this brings a consistent and recognisable look to ArchLabs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| if pgrep --full "termite --title=Work --class=Work" &>/dev/null; then | |
| pkill --full "termite --title=Work --class=Work" | |
| else | |
| termite --title=Work --class=Work & | |
| fi |