- 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:
@@ -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
2
.zshrc
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
hyprctl keyword monitor "eDP-1, preferred, 0x0, 1"
|
||||
|
||||
|
||||
swayosd-server &
|
||||
hyprpaper &
|
||||
|
||||
|
||||
Reference in New Issue
Block a user