- 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:
@@ -14,6 +14,8 @@ config.initial_rows = 28
|
|||||||
config.font_size = 10
|
config.font_size = 10
|
||||||
--config.color_scheme = 'AdventureTime'
|
--config.color_scheme = 'AdventureTime'
|
||||||
config.color_scheme = "tokyonight_moon"
|
config.color_scheme = "tokyonight_moon"
|
||||||
|
config.color_scheme = "Aco (Gogh)"
|
||||||
|
config.color_scheme = "adventure"
|
||||||
|
|
||||||
config.window_background_opacity = 0.8
|
config.window_background_opacity = 0.8
|
||||||
config.enable_scroll_bar = true
|
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,
|
# or set a custom format using the strftime function format specifications,
|
||||||
# see 'man strftime' for details.
|
# see 'man strftime' for details.
|
||||||
# HIST_STAMPS="mm/dd/yyyy"
|
# 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?
|
# Would you like to use another custom folder than $ZSH/custom?
|
||||||
# ZSH_CUSTOM=/path/to/new-custom-folder
|
# ZSH_CUSTOM=/path/to/new-custom-folder
|
||||||
|
|||||||
5
bin/lid_open.sh
Executable file
5
bin/lid_open.sh
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
hyprctl keyword monitor "eDP-1, preferred, 0x0, 1"
|
||||||
|
swayosd-server &
|
||||||
|
hyprpaper &
|
||||||
|
|
||||||
Reference in New Issue
Block a user