Compare commits

...

5 Commits

  1. 11
      install.sh
  2. 2
      rofi/.config/rofi/config.rasi
  3. 4
      scripts/.local/.gitignore
  4. 119
      term/.config/kitty/kitty.conf
  5. 5
      wm/.config/berry/autostart
  6. 4
      wm/.config/berry/sxhkdrc
  7. 4
      wm/.config/bspwm/bspwmrc
  8. 4
      wm/.config/bspwm/sxhkdrc

11
install.sh

@ -10,6 +10,7 @@ fi
cd "$HOME" || exit 1;
dependencies() {
sudo sed -i "s|deb cdrom|# deb cdrom|g" /etc/apt/sources.list
sudo apt update -y
sudo apt install -y make curl sudo git zip unzip || exit 1
if ! (type sudo 2>&1) > /dev/null; then
@ -114,14 +115,12 @@ neovim_fonts() {
curl -LJO https://github.com/ryanoasis/nerd-fonts/releases/download/v2.3.3/JetBrainsMono.zip || exit 1
unzip JetBrainsMono.zip || exit 1
fc-cache -rv || exit 1
sudo add-apt-repository ppa:aslatter/ppa -y
sudo apt install alacritty -y || exit 1
}
wm() {
sudo apt install -y xorg xinit pulseaudio
sudo add-apt-repository -y ppa:papirus/papirus
sudo apt update && sudo apt install -y i3 polybar nitrogen feh picom rofi stow papirus-icon-theme conky dmenu scrot
sudo apt update && sudo apt install -y i3 polybar nitrogen feh picom rofi stow papirus-icon-theme conky dmenu scrot kitty
# installing siji
mkdir -p "$HOME/repos/siji"
cd "$HOME/repos/siji" || exit 1
@ -156,6 +155,10 @@ Name=berry
Comment=berry - a small window manager
Exec=berry
Type=XSession
EOF
cat <<EOF | tee ~/.xinitrc
xrandr -s 1920x1080
exec berry
EOF
}

2
rofi/.config/rofi/config.rasi

@ -2,7 +2,7 @@ configuration{
modi: "drun,window";
icon-theme: "Papirus";
show-icons: true;
terminal: "alacritty";
terminal: "kitty";
drun-display-format: "{icon} {name}";
location: 0;
disable-history: false;

4
scripts/.local/.gitignore

@ -0,0 +1,4 @@
*
.*
!.gitignore
!bin

119
term/.config/kitty/kitty.conf

@ -14,52 +14,83 @@ cursor_shape block
enable_audio_bell no
# vim:ft=kitty
##me: Catppuccin Kitty Diff Mocha
## name: Catppuccin Kitty Mocha
## author: Catppuccin Org
## license: MIT
## upstream: https://github.com/catppuccin/kitty/blob/main/diff-mocha.conf
## upstream: https://github.com/catppuccin/kitty/blob/main/mocha.conf
## blurb: Soothing pastel theme for the high-spirited!
# text
foreground #CDD6F4
# base
background #1E1E2E
# subtext0
title_fg #A6ADC8
# mantle
title_bg #181825
margin_bg #181825
# subtext1
margin_fg #A6ADC8
# mantle
filler_bg #181825
# 30% red, 70% base
removed_bg #5E3F53
# 50% red, 50% base
highlight_removed_bg #89556B
# 40% red, 60% base
removed_margin_bg #734A5F
# 30% green, 70% base
added_bg #475951
# 50% green, 50% base
highlight_added_bg #628168
# 40% green, 60% base
added_margin_bg #546D5C
# mantle
hunk_margin_bg #181825
hunk_bg #181825
# 40% yellow, 60% base
search_bg #A1937B
# text
search_fg #CDD6F4
# 30% sky, 70% base
select_bg #45475A
# text
select_fg #CDD6F4
# The basic colors
foreground #CDD6F4
background #1E1E2E
selection_foreground #1E1E2E
selection_background #F5E0DC
# Cursor colors
cursor #F5E0DC
cursor_text_color #1E1E2E
# URL underline color when hovering with mouse
url_color #F5E0DC
# Kitty window border colors
active_border_color #B4BEFE
inactive_border_color #6C7086
bell_border_color #F9E2AF
# OS Window titlebar colors
wayland_titlebar_color system
macos_titlebar_color system
# Tab bar colors
active_tab_foreground #11111B
active_tab_background #CBA6F7
inactive_tab_foreground #CDD6F4
inactive_tab_background #181825
tab_bar_background #11111B
# Colors for marks (marked text in the terminal)
mark1_foreground #1E1E2E
mark1_background #B4BEFE
mark2_foreground #1E1E2E
mark2_background #CBA6F7
mark3_foreground #1E1E2E
mark3_background #74C7EC
# The 16 terminal colors
# black
color0 #45475A
color8 #585B70
# red
color1 #F38BA8
color9 #F38BA8
# green
color2 #A6E3A1
color10 #A6E3A1
# yellow
color3 #F9E2AF
color11 #F9E2AF
# blue
color4 #89B4FA
color12 #89B4FA
# magenta
color5 #F5C2E7
color13 #F5C2E7
# cyan
color6 #94E2D5
color14 #94E2D5
# white
color7 #BAC2DE
color15 #A6ADC8

5
wm/.config/berry/autostart

@ -1,13 +1,10 @@
#!/bin/bash
xrandr -s 1920x1080
#xrandr -s 1600x900
pgrep -x sxhkd 2> /dev/null || sxhkd -c ~/.config/berry/sxhkdrc &
pkill conky; conky -d
feh --bg-fill ~/wallpaper/nick-nazzaro-underwater.png
pkill picom; picom --corner-radius 15 &
pkill picom; picom &
ruler &
~/.config/polybar/launch.sh &

4
wm/.config/berry/sxhkdrc

@ -4,10 +4,10 @@
# terminal emulator
super + shift + Return
alacritty -e tmux
kitty -e tmux
super + shift + a
alacritty
kitty
super + shift + w
brave-browser

4
wm/.config/bspwm/bspwmrc

@ -1,11 +1,9 @@
#!/bin/sh
xrandr -s 1920x1080
pgrep -x sxhkd > /dev/null || sxhkd -c ~/.config/bspwm/sxhkdrc &
pkill conky; conky -d
feh --bg-fill ~/wallpaper/nick-nazzaro-underwater.png
pkill picom; picom --corner-radius 15 &
pkill picom; picom &
~/.config/polybar/launch.role.sh &

4
wm/.config/bspwm/sxhkdrc

@ -5,10 +5,10 @@
# terminal emulator
super + shift + Return
alacritty -e tmux
kitty -e tmux
super + shift + a
alacritty
kitty
# browser
super + shift + w
brave-browser

Loading…
Cancel
Save