Skip to content

Instantly share code, notes, and snippets.

View Dobbie03's full-sized avatar
💭
\m/ Metal

Matt Dobbie03

💭
\m/ Metal
  • New Zealand
View GitHub Profile
#---- 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
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.
...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.
#!/bin/bash
# al-help-pipemenu - an Openbox pipemenu for displaying help files
# Copyright (C) 2015 damo <damo@bunsenlabs.org>
# Borrowed with love by the ArchLabs Boys.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
#!/bin/bash
# al-help-pipemenu - an Openbox pipemenu for displaying help files
# Copyright (C) 2015 damo <damo@bunsenlabs.org>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
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
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
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}
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.
#!/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