small fixes :)

This commit is contained in:
Rick van Lieshout 2017-12-24 18:20:15 +01:00
parent fb90e90e07
commit 32f1eb562a
6 changed files with 10 additions and 35 deletions

View File

@ -5,6 +5,7 @@ chromium
xfce4-terminal
nautilus
sushi
libconfig
compton
lxappearance
arc-gtk-theme
@ -15,6 +16,5 @@ wmctrl
zenity
xorg-xrandr
networkmanager
notify-osd
eog
yaourt

View File

@ -176,7 +176,7 @@ bar {
status_command i3blocks -c ~/.config/i3/i3blocks.conf
position top
strip_workspace_numbers no
tray_output primary
colors {
separator $textColour
background $primaryBackgroundColour

View File

@ -118,8 +118,3 @@ command=date '+%Y-%m-%d %H:%M:%S'
interval=1
separator=true
# OpenVPN support
#
# Support multiple VPN, with colors.
#[openvpn]
#interval=20

View File

@ -17,25 +17,29 @@ function yes_or_no {
# moves all fonts into the fonts directory (overwriting existing files)
function install_fonts {
mkdir ~/.fonts
yes | cp -rf ./fonts/*.ttf ~/.fonts
}
# install basic rice files
function install_rice {
mkdir ~/.config/i3
yes | cp -rf ../* ~/.config/i3
mkdir ~/Pictures/Wallpapers
yes | cp -rf i3/* ~/.config/i3
cp wallpapers/wallpaper.jpeg ~/Pictures/Wallpapers/wallpaper.jpg
}
# install other configs
function install_config {
rm ~/.notify-osd && mv notify-osd/notify-osd ~/.notify-osd
rm ~/.notify-osd
mv notify-osd/notify-osd ~/.notify-osd
rsync -av ./config ~/.config
}
# Installs the dependencies on Arch Linux
function install_dependencies {
sudo pacman -S $(cat dependencies/pacman.txt | sed ':a;N;$!ba;s/\n/ /g')
yaourt -S --noconfirm $(cat dependencies/aur.txt | sed ':a;N;$!ba;s/\n/ /g')
sudo pacman --force -S $(cat dependencies/pacman.txt | sed ':a;N;$!ba;s/\n/ /g')
yaourt --force -S --noconfirm $(cat dependencies/aur.txt | sed ':a;N;$!ba;s/\n/ /g')
}
# list the dependencies file

View File

@ -1,24 +0,0 @@
slot-allocation = dynamic
bubble-expire-timeout = 5sec
bubble-vertical-gap = 25px
bubble-horizontal-gap = 9px
bubble-corner-radius = 45px
bubble-icon-size = 30px
bubble-gauge-size = 6px
bubble-width = 240px
bubble-background-color = 131313
bubble-background-opacity = 80%
text-margin-size = 10px
text-title-size = 100%
text-title-weight = bold
text-title-color = ffffff
text-title-opacity = 100%
text-body-size = 90%
text-body-weight = normal
text-body-color = eaeaea
text-body-opacity = 100%
text-shadow-opacity = 100%
location = 1
bubble-prevent-fade = 0
bubble-close-on-click = 1
bubble-as-desktop-bg = 0

BIN
wallpapers/wallpaper.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB