- adapted wezterm, oh-my-zsh and power10k themes.

- Added power10k config to the repo
- restarting swayosd-server and hyprpaper on lid open
This commit is contained in:
2026-02-11 19:47:41 +01:00
parent 534930c9bf
commit 8cfca23e82
4 changed files with 1842 additions and 3 deletions

1837
.p10k.zsh Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -16,6 +16,8 @@ config.font_size = 11
--config.color_scheme = 'AdventureTime'
config.color_scheme = "tokyonight_moon"
config.color_scheme = "Aco (Gogh)"
config.color_scheme = "adventure"
config.window_background_opacity = 0.8
config.enable_scroll_bar = true

2
.zshrc
View File

@@ -74,7 +74,7 @@ DISABLE_UNTRACKED_FILES_DIRTY="true"
# or set a custom format using the strftime function format specifications,
# see 'man strftime' for details.
# HIST_STAMPS="mm/dd/yyyy"
HIST_STAMPS="yyyy/mm/dd"
HIST_STAMPS="dd.mm.yyyy"
# Would you like to use another custom folder than $ZSH/custom?
# ZSH_CUSTOM=/path/to/new-custom-folder

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
hyprctl keyword monitor "eDP-1, preferred, 0x0, 1"
swayosd-server &
hyprpaper &