mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-24 07:44:09 +01:00
small fixes :)
This commit is contained in:
parent
fb90e90e07
commit
32f1eb562a
2
dependencies/pacman.txt
vendored
2
dependencies/pacman.txt
vendored
@ -5,6 +5,7 @@ chromium
|
|||||||
xfce4-terminal
|
xfce4-terminal
|
||||||
nautilus
|
nautilus
|
||||||
sushi
|
sushi
|
||||||
|
libconfig
|
||||||
compton
|
compton
|
||||||
lxappearance
|
lxappearance
|
||||||
arc-gtk-theme
|
arc-gtk-theme
|
||||||
@ -15,6 +16,5 @@ wmctrl
|
|||||||
zenity
|
zenity
|
||||||
xorg-xrandr
|
xorg-xrandr
|
||||||
networkmanager
|
networkmanager
|
||||||
notify-osd
|
|
||||||
eog
|
eog
|
||||||
yaourt
|
yaourt
|
||||||
|
@ -176,7 +176,7 @@ bar {
|
|||||||
status_command i3blocks -c ~/.config/i3/i3blocks.conf
|
status_command i3blocks -c ~/.config/i3/i3blocks.conf
|
||||||
position top
|
position top
|
||||||
strip_workspace_numbers no
|
strip_workspace_numbers no
|
||||||
|
tray_output primary
|
||||||
colors {
|
colors {
|
||||||
separator $textColour
|
separator $textColour
|
||||||
background $primaryBackgroundColour
|
background $primaryBackgroundColour
|
||||||
|
@ -118,8 +118,3 @@ command=date '+%Y-%m-%d %H:%M:%S'
|
|||||||
interval=1
|
interval=1
|
||||||
separator=true
|
separator=true
|
||||||
|
|
||||||
# OpenVPN support
|
|
||||||
#
|
|
||||||
# Support multiple VPN, with colors.
|
|
||||||
#[openvpn]
|
|
||||||
#interval=20
|
|
12
install.sh
12
install.sh
@ -17,25 +17,29 @@ function yes_or_no {
|
|||||||
|
|
||||||
# moves all fonts into the fonts directory (overwriting existing files)
|
# moves all fonts into the fonts directory (overwriting existing files)
|
||||||
function install_fonts {
|
function install_fonts {
|
||||||
|
mkdir ~/.fonts
|
||||||
yes | cp -rf ./fonts/*.ttf ~/.fonts
|
yes | cp -rf ./fonts/*.ttf ~/.fonts
|
||||||
}
|
}
|
||||||
|
|
||||||
# install basic rice files
|
# install basic rice files
|
||||||
function install_rice {
|
function install_rice {
|
||||||
mkdir ~/.config/i3
|
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
|
# install other configs
|
||||||
function install_config {
|
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
|
rsync -av ./config ~/.config
|
||||||
}
|
}
|
||||||
|
|
||||||
# Installs the dependencies on Arch Linux
|
# Installs the dependencies on Arch Linux
|
||||||
function install_dependencies {
|
function install_dependencies {
|
||||||
sudo pacman -S $(cat dependencies/pacman.txt | sed ':a;N;$!ba;s/\n/ /g')
|
sudo pacman --force -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')
|
yaourt --force -S --noconfirm $(cat dependencies/aur.txt | sed ':a;N;$!ba;s/\n/ /g')
|
||||||
}
|
}
|
||||||
|
|
||||||
# list the dependencies file
|
# list the dependencies 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
BIN
wallpapers/wallpaper.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 252 KiB |
Loading…
Reference in New Issue
Block a user