Compare commits
2 Commits
95e274d04c
...
78566dd764
| Author | SHA1 | Date | |
|---|---|---|---|
| 78566dd764 | |||
| 2c3fcc962a |
@@ -2,7 +2,6 @@ accountsservice
|
|||||||
adobe-source-han-sans-cn-fonts
|
adobe-source-han-sans-cn-fonts
|
||||||
adobe-source-han-sans-jp-fonts
|
adobe-source-han-sans-jp-fonts
|
||||||
adobe-source-han-sans-kr-fonts
|
adobe-source-han-sans-kr-fonts
|
||||||
alacritty
|
|
||||||
alsa-firmware
|
alsa-firmware
|
||||||
alsa-plugins
|
alsa-plugins
|
||||||
alsa-utils
|
alsa-utils
|
||||||
@@ -68,6 +67,7 @@ fsarchiver
|
|||||||
gamemode
|
gamemode
|
||||||
gamescope
|
gamescope
|
||||||
ghostscript
|
ghostscript
|
||||||
|
ghostty
|
||||||
git
|
git
|
||||||
glances
|
glances
|
||||||
gnome-keyring
|
gnome-keyring
|
||||||
@@ -88,6 +88,7 @@ iptables-nft
|
|||||||
iwd
|
iwd
|
||||||
jfsutils
|
jfsutils
|
||||||
kcalc
|
kcalc
|
||||||
|
lazygit
|
||||||
less
|
less
|
||||||
lib32-gamemode
|
lib32-gamemode
|
||||||
lib32-mesa
|
lib32-mesa
|
||||||
@@ -222,4 +223,5 @@ xorg-xinput
|
|||||||
xorg-xkill
|
xorg-xkill
|
||||||
xorg-xrandr
|
xorg-xrandr
|
||||||
xorg-xwayland
|
xorg-xwayland
|
||||||
|
yazi
|
||||||
zen-browser-bin
|
zen-browser-bin
|
||||||
|
|||||||
4
.config/ghostty/config
Normal file
4
.config/ghostty/config
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
command = /usr/bin/tmux new-session -A -D -s main
|
||||||
|
font-family = "JetBrainsMono Nerd Font"
|
||||||
|
theme = catppuccin-mocha.conf
|
||||||
|
confirm-close-surface = false
|
||||||
23
.config/ghostty/themes/catppuccin-mocha.conf
Normal file
23
.config/ghostty/themes/catppuccin-mocha.conf
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
palette = 0=#45475a
|
||||||
|
palette = 1=#f38ba8
|
||||||
|
palette = 2=#a6e3a1
|
||||||
|
palette = 3=#f9e2af
|
||||||
|
palette = 4=#89b4fa
|
||||||
|
palette = 5=#f5c2e7
|
||||||
|
palette = 6=#94e2d5
|
||||||
|
palette = 7=#a6adc8
|
||||||
|
palette = 8=#585b70
|
||||||
|
palette = 9=#f38ba8
|
||||||
|
palette = 10=#a6e3a1
|
||||||
|
palette = 11=#f9e2af
|
||||||
|
palette = 12=#89b4fa
|
||||||
|
palette = 13=#f5c2e7
|
||||||
|
palette = 14=#94e2d5
|
||||||
|
palette = 15=#bac2de
|
||||||
|
background = 1e1e2e
|
||||||
|
foreground = cdd6f4
|
||||||
|
cursor-color = f5e0dc
|
||||||
|
cursor-text = 11111b
|
||||||
|
selection-background = 353749
|
||||||
|
selection-foreground = cdd6f4
|
||||||
|
split-divider-color = 313244
|
||||||
@@ -81,7 +81,7 @@ set $down j
|
|||||||
set $up k
|
set $up k
|
||||||
set $right l
|
set $right l
|
||||||
# Your preferred terminal emulator
|
# Your preferred terminal emulator
|
||||||
set $term alacritty
|
set $term ghostty
|
||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
set $menu rofi -show drun
|
set $menu rofi -show drun
|
||||||
|
|
||||||
|
|||||||
@@ -20,9 +20,10 @@ set -g history-limit 50000
|
|||||||
# True color settings
|
# True color settings
|
||||||
set -g default-terminal "$TERM"
|
set -g default-terminal "$TERM"
|
||||||
set -ag terminal-overrides ",$TERM:Tc"
|
set -ag terminal-overrides ",$TERM:Tc"
|
||||||
|
|
||||||
set -g status-interval 10
|
set -g status-interval 10
|
||||||
|
set -g allow-passthrough on
|
||||||
|
set -ga update-environment TERM
|
||||||
|
set -ga update-environment TERM_PROGRAM
|
||||||
|
|
||||||
set -g @catppuccin_window_text " #W"
|
set -g @catppuccin_window_text " #W"
|
||||||
set -g @catppuccin_window_default_text " #W"
|
set -g @catppuccin_window_default_text " #W"
|
||||||
|
|||||||
Reference in New Issue
Block a user