mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-25 08:13:34 +01:00
notification settings stuffs
This commit is contained in:
parent
77b96c3749
commit
fb90e90e07
2
dependencies/aur.txt
vendored
Normal file
2
dependencies/aur.txt
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
notify-osd-customizable
|
||||
notifyconf
|
1
dependencies.txt → dependencies/pacman.txt
vendored
1
dependencies.txt → dependencies/pacman.txt
vendored
@ -17,3 +17,4 @@ xorg-xrandr
|
||||
networkmanager
|
||||
notify-osd
|
||||
eog
|
||||
yaourt
|
14
install.sh
14
install.sh
@ -28,12 +28,14 @@ function install_rice {
|
||||
|
||||
# install other configs
|
||||
function install_config {
|
||||
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.txt | sed ':a;N;$!ba;s/\n/ /g')
|
||||
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')
|
||||
}
|
||||
|
||||
# list the dependencies file
|
||||
@ -41,7 +43,8 @@ function list_dependencies {
|
||||
echo ""
|
||||
echo "=========================="
|
||||
echo ""
|
||||
cat dependencies.txt
|
||||
cat dependencies/pacman.txt
|
||||
cat dependencies/aur.txt
|
||||
echo ""
|
||||
echo "=========================="
|
||||
echo ""
|
||||
@ -60,9 +63,14 @@ function intro {
|
||||
# Run the intro function
|
||||
intro
|
||||
|
||||
yes_or_no "Do you want to continue?" &&
|
||||
|
||||
# Ask for dependency installation
|
||||
list_dependencies
|
||||
yes_or_no "Do you want to install the list of applications above?" && install_dependencies
|
||||
yes_or_no "Do you want to install the list of applications above? (might prompt for password)" && install_dependencies
|
||||
|
||||
# Ask for config installation
|
||||
yes_or_no "Do you want to install the config files?" && install_config
|
||||
|
||||
# Ask for font installation
|
||||
yes_or_no "Do you want to install the fonts?" && install_fonts
|
||||
|
24
notify-osd/notify-osd
Normal file
24
notify-osd/notify-osd
Normal file
@ -0,0 +1,24 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user