Compare commits

...

3 Commits

  1. 1
      install.sh
  2. 4
      scripts/.local/.gitignore
  3. 2
      term/.config/alacritty/alacritty.yml
  4. 120
      term/.config/kitty/kitty.conf
  5. 2
      wm/.config/bspwm/bspwmrc
  6. 1
      wm/.config/picom/picom.conf

1
install.sh

@ -120,6 +120,7 @@ neovim_fonts() {
}
wm() {
sudo apt install -y xorg xinit
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
# installing siji

4
scripts/.local/.gitignore

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

2
term/.config/alacritty/alacritty.yml

@ -188,7 +188,7 @@ font:
# Point size
#size: 13.0
size: 8
size: 13
# Offset is the extra space around each character. `offset.y` can be thought of
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.

120
term/.config/kitty/kitty.conf

@ -14,52 +14,82 @@ cursor_shape block
enable_audio_bell no
##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
Footer

2
wm/.config/bspwm/bspwmrc

@ -20,7 +20,7 @@ bspc config borderless_monocle true
bspc config gapless_monocle true
bspc rule -a Alacritty desktop='^1'
bspc rule -a Kitty desktop='^1'
bspc rule -a kitty desktop='^1'
bspc rule -a "Brave-browser" desktop='^2'
bspc rule -a "Tor Browser" desktop='^2'

1
wm/.config/picom/picom.conf

@ -4,7 +4,6 @@ fade-in-step = 1.0
fade-out-step = 1.0
corner-radius = 10
vsync = false
backend = "glx"
opacity-rule = [

Loading…
Cancel
Save