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
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}
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
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
#!/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,
#!/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.
#
...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.
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.
#---- 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
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
#!/usr/bin/env bash
#
# Neofetch config file
# https://github.com/dylanaraps/neofetch
# Speed up script by not using unicode
export LC_ALL=C
export LANG=C
# See this wiki page for more info: