Fix dotman
- edit autostart - add one wallpaper
This commit is contained in:
parent
f781e230c0
commit
3da3deaafb
@ -19,7 +19,7 @@ super + b
|
|||||||
qutebrowser
|
qutebrowser
|
||||||
# st
|
# st
|
||||||
super + Return
|
super + Return
|
||||||
tabbed -r 2 st -w ''
|
st
|
||||||
# vifm
|
# vifm
|
||||||
super + r
|
super + r
|
||||||
st -e vifm
|
st -e vifm
|
||||||
@ -66,7 +66,9 @@ super + u
|
|||||||
# rofi-todo
|
# rofi-todo
|
||||||
super + n
|
super + n
|
||||||
$SCRD/rofi-todo/rofi-todo.py -f $HOME/Notes/notes.json
|
$SCRD/rofi-todo/rofi-todo.py -f $HOME/Notes/notes.json
|
||||||
|
# kaomoji-rofi
|
||||||
|
super + e
|
||||||
|
$SCRD/kaomoji-rofi/kaomoji.sh
|
||||||
|
|
||||||
#~~~~~~~~~~~~
|
#~~~~~~~~~~~~
|
||||||
# WM CONTROL
|
# WM CONTROL
|
||||||
|
BIN
botfiles/.config/wallpapers/1366x768/wall6.png
Normal file
BIN
botfiles/.config/wallpapers/1366x768/wall6.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 190 KiB |
@ -8,7 +8,11 @@
|
|||||||
# Load .Xresources
|
# Load .Xresources
|
||||||
xrdb ~/.Xresources
|
xrdb ~/.Xresources
|
||||||
# Wallpaper
|
# Wallpaper
|
||||||
feh --bg-fill --randomize /home/samedamci/.config/wallpapers/1920x1080/ &
|
if [ "$HOSTNAME" == "pc" ];then
|
||||||
|
feh --bg-fill --randomize /home/samedamci/.config/wallpapers/1920x1080/ &
|
||||||
|
elif [ "$HOSTNAME" == "laptop" ];then
|
||||||
|
feh --bg-fill --randomize /home/samedamci/.config/wallpapers/1366x768/ &
|
||||||
|
fi
|
||||||
|
|
||||||
# Polybar
|
# Polybar
|
||||||
killall -q polybar
|
killall -q polybar
|
||||||
|
7
dotman
7
dotman
@ -32,12 +32,11 @@ install_repo_packages() {
|
|||||||
|
|
||||||
# Packages
|
# Packages
|
||||||
FONTS="otf-ipafont noto-fonts-emoji gnu-free-fonts ttf-arphic-uming ttf-indic-otf ttf-joypixels ttf-font-awesome ttf-dejavu"
|
FONTS="otf-ipafont noto-fonts-emoji gnu-free-fonts ttf-arphic-uming ttf-indic-otf ttf-joypixels ttf-font-awesome ttf-dejavu"
|
||||||
UTILS="neovim qutebrowser telegram-desktop htop mpd ncmpcpp rofi transmission-cli vlc zsh youtube-dl grc curl wget xclip figlet w3m vifm feh
|
UTILS="neovim qutebrowser telegram-desktop htop mpd ncmpcpp rofi transmission-cli vlc zsh youtube-dl grc curl wget xclip figlet w3m vifm feh alsa-utils tmux networkmanager maim fzf exfat-utils fuse2 udiskie udisks2 imagemagick i3lock-color man pacman-contrib ncdu mpc neomutt bc clipmenu xdotool"
|
||||||
alsa-utils tmux networkmanager maim fzf exfat-utils fuse2 udiskie udisks2 imagemagick i3lock-color man pacman-contrib ncdu mpc neomutt bc clipmenu"
|
|
||||||
WM="dunst bspwm sxhkd picom xorg-server xorg-xinit xorg-xsetroot"
|
WM="dunst bspwm sxhkd picom xorg-server xorg-xinit xorg-xsetroot"
|
||||||
DEV="python-pip yarn gradle ccls eslint flake8 shellcheck prettier python-black hub git"
|
DEV="python-pip yarn gradle ccls eslint flake8 shellcheck prettier python-black hub git"
|
||||||
|
|
||||||
sudo pacman -S --noconfirm --needed "$FONTS $UTILS $WM $DEV"
|
sudo pacman -S --noconfirm --needed $FONTS $UTILS $WM $DEV
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -199,7 +198,7 @@ copy_configs() {
|
|||||||
cp .zshrc .bash_profile .bashrc .profile .shellrc .zprofile .Xresources .xinitrc ~/
|
cp .zshrc .bash_profile .bashrc .profile .shellrc .zprofile .Xresources .xinitrc ~/
|
||||||
|
|
||||||
# Scripts
|
# Scripts
|
||||||
cp -r .scripts/* ~/scripts
|
cp -r .scripts/* ~/.scripts
|
||||||
cd ~/.scripts/ || exit
|
cd ~/.scripts/ || exit
|
||||||
rm -rf rofi-keepassxc
|
rm -rf rofi-keepassxc
|
||||||
git clone https://github.com/samedamci/rofi-keepassxc
|
git clone https://github.com/samedamci/rofi-keepassxc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user