Compare commits

...

2 commits

Author SHA1 Message Date
aa71dc576a
flutter path, fix screenshots 2024-08-09 22:28:04 +02:00
7e92fdb4cb
kitty: mist theme 2024-08-09 20:50:10 +02:00
6 changed files with 95 additions and 84 deletions

View file

@ -0,0 +1,14 @@
if test (tty) = "/dev/tty1"
set -x XDG_SESSION_TYPE wayland
set -x XDG_SESSION_DESKTOP sway
set -x XDG_CURRENT_DESKTOP sway
set -x VK_DRIVER_FILES /usr/share/vulkan/icd.d/radeon_icd.x86_64.json
# Wayland stuff
set -x QT_QPA_PLATFORM wayland
set -x SDL_VIDEODRIVER wayland
set -x _JAVA_AWT_WM_NONREPARENTING 1
exec dbus-launch sway --unsupported-gpu $argv
end

View file

@ -5,4 +5,4 @@ alias cat="bat"
alias s="kitten ssh" alias s="kitten ssh"
fish_add_path -g ~/.bun/bin ~/.local/bin ~/go/bin ~/.wakatime ~/.rbenv/shims ~/.moon/bin ~/.cargo/bin fish_add_path -g ~/.bun/bin ~/.local/bin ~/go/bin ~/.wakatime ~/.rbenv/shims ~/.moon/bin ~/.cargo/bin ~/.fvm_flutter/bin

View file

@ -1,80 +0,0 @@
# vim:ft=kitty
## name: Catppuccin Kitty Mocha
## author: Catppuccin Org
## license: MIT
## upstream: https://github.com/catppuccin/kitty/blob/main/themes/mocha.conf
## blurb: Soothing pastel theme for the high-spirited!
# 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

View file

@ -3,7 +3,7 @@ editor nvim
# ----- window settings ------ # # ----- window settings ------ #
resize_in_steps yes resize_in_steps yes
background_opacity 0.9 background_opacity 0.4
inactive_text_alpha 1.0 inactive_text_alpha 1.0
enabled_layouts splits, stack enabled_layouts splits, stack
@ -26,9 +26,14 @@ cursor_stop_blinking_after 5.0
# ----- font settings ----- # # ----- font settings ----- #
font_family FiraCode Nerd Font Mono
bold_font FiraCode Nerd Font Mono Medium
italic_font FiraCode Nerd Font Mono Italic
bold_italic_font FiraCode Nerd Font Mono Bold Italic
# nerd fonts # nerd fonts
symbol_map U+23FB-U+23FE,U+2665,U+26A1,U+2B58,U+E000-U+E00A,U+E0A0-U+E0A3,U+E0B0-U+E0C8,U+E0CA,U+E0CC-U+E0D2,U+E0D4,U+E200-U+E2A9,U+E300-U+E3E3,U+E5FA-U+E62F,U+E700-U+E7C5,U+F000-U+F2E0,U+F300-U+F31C,U+F400-U+F4A9,U+F500-U+F8FF Symbols Nerd Font symbol_map U+23FB-U+23FE,U+2665,U+26A1,U+2B58,U+E000-U+E00A,U+E0A0-U+E0A3,U+E0B0-U+E0C8,U+E0CA,U+E0CC-U+E0D2,U+E0D4,U+E200-U+E2A9,U+E300-U+E3E3,U+E5FA-U+E62F,U+E700-U+E7C5,U+F000-U+F2E0,U+F300-U+F31C,U+F400-U+F4A9,U+F500-U+F8FF Symbols Nerd Font
# ----- colour settings ----- # # ----- colour settings ----- #
include catppuccin/mocha.conf include mist.conf

72
.config/kitty/mist.conf Normal file
View file

@ -0,0 +1,72 @@
# vim:ft=kitty
# The basic colors
foreground #CDD6F4
background #1A1A1A
selection_foreground #1A1A1A
selection_background #ffecbf
# Cursor colors
cursor #ffecbf
cursor_text_color #1A1A1A
# URL underline color when hovering with mouse
url_color #ffecbf
# Kitty window border colors
active_border_color #282828
inactive_border_color #181818
bell_border_color #F9E2AF
# OS Window titlebar colors
wayland_titlebar_color system
macos_titlebar_color system
# Tab bar colors
active_tab_foreground #4D4D4D
active_tab_background #A6E3A1
inactive_tab_foreground #4D4D4D
inactive_tab_background #1a1919
tab_bar_background #0D0D0D
# Colors for marks (marked text in the terminal)
mark1_foreground #1A1A1A
mark1_background #282828
mark2_foreground #1A1A1A
mark2_background #A6E3A1
mark3_foreground #1A1A1A
mark3_background #74C7EC
# The 16 terminal colors
# black
color0 #404040
color8 #4D4D4D
# red
color1 #ff9999
color9 #ff9999
# green
color2 #A6E3A1
color10 #A6E3A1
# yellow
color3 #ffd573
color11 #ffd573
# blue
color4 #4db8ff
color12 #4db8ff
# magenta
color5 #ff4da6
color13 #ff4da6
# cyan
color6 #4df0ff
color14 #4df0ff
# white
color7 #f5f5f5
color15 #e6e6e6

View file

@ -22,7 +22,7 @@ bindsym XF86MonBrightnessUp exec xbacklight -inc 10
bindsym XF86MonBrightnessDown exec xbacklight -dec 10 bindsym XF86MonBrightnessDown exec xbacklight -dec 10
# capture screen # capture screen
bindsym Mod4+Shift+s exec grim -g "$(slurp)" '/tmp/$(date +%F_%T)_${WIDTH}x${HEIGHT}.png' && wl-copy < '/tmp/$(date +%F_%T)_${WIDTH}x${HEIGHT}.png' bindsym Mod4+Shift+s exec sh -c 'filename="/tmp/$(date +%F_%T).png"; grim -g "$(slurp)" "$filename" && wl-copy < "$filename"'
# kill, reload # kill, reload
bindsym { bindsym {