add wtfutil
This commit is contained in:
parent
1ba70df44d
commit
438c30f66b
2
Brewfile
2
Brewfile
@ -21,6 +21,7 @@ tap "skanehira/docui" # provides docui, simple terminal UI for creating/configur
|
|||||||
tap "romkatv/powerlevel10k" # provides powerlevel10k
|
tap "romkatv/powerlevel10k" # provides powerlevel10k
|
||||||
tap "shopify/shopify" # provides toxiproxy
|
tap "shopify/shopify" # provides toxiproxy
|
||||||
tap "homebrew/cask-fonts" # provides fonts used by vim-devicons https://vimawesome.com/plugin/vim-devicons https://github.com/ryanoasis/nerd-fonts#font-installation
|
tap "homebrew/cask-fonts" # provides fonts used by vim-devicons https://vimawesome.com/plugin/vim-devicons https://github.com/ryanoasis/nerd-fonts#font-installation
|
||||||
|
tap "wtfutil/wtfutil" # https://wtfutil.com/getting_started/installation/
|
||||||
|
|
||||||
cask "java"
|
cask "java"
|
||||||
cask "iterm2"
|
cask "iterm2"
|
||||||
@ -191,3 +192,4 @@ brew "toxiproxy"
|
|||||||
brew "bitwarden-cli"
|
brew "bitwarden-cli"
|
||||||
brew "awscli@2"
|
brew "awscli@2"
|
||||||
brew "newsboat"
|
brew "newsboat"
|
||||||
|
brew "wtfutil"
|
||||||
|
@ -64,6 +64,7 @@ ln -snf ~/Code/dotfiles/private_dot_config/neofetch ~/.config/neofetch
|
|||||||
ln -snf ~/Code/dotfiles/private_dot_config/gh ~/.config/gh
|
ln -snf ~/Code/dotfiles/private_dot_config/gh ~/.config/gh
|
||||||
ln -snf ~/Code/dotfiles/private_dot_config/htop ~/.config/htop
|
ln -snf ~/Code/dotfiles/private_dot_config/htop ~/.config/htop
|
||||||
ln -snf ~/Code/dotfiles/private_dot_config/bashtop ~/.config/bashtop
|
ln -snf ~/Code/dotfiles/private_dot_config/bashtop ~/.config/bashtop
|
||||||
|
ln -snf ~/Code/dotfiles/private_dot_config/wtf ~/.config/wtf
|
||||||
|
|
||||||
# Other symblinks + Install Docker Desktop for Mac
|
# Other symblinks + Install Docker Desktop for Mac
|
||||||
case "$(uname -s)" in
|
case "$(uname -s)" in
|
||||||
|
101
private_dot_config/wtf/config.yml
Normal file
101
private_dot_config/wtf/config.yml
Normal file
@ -0,0 +1,101 @@
|
|||||||
|
wtf:
|
||||||
|
colors:
|
||||||
|
border:
|
||||||
|
focusable: darkslateblue
|
||||||
|
focused: orange
|
||||||
|
normal: gray
|
||||||
|
grid:
|
||||||
|
columns: [32, 32, 32, 32, 90]
|
||||||
|
rows: [10, 10, 10, 4, 4, 90]
|
||||||
|
refreshInterval: 1
|
||||||
|
mods:
|
||||||
|
clocks_a:
|
||||||
|
colors:
|
||||||
|
rows:
|
||||||
|
even: "lightblue"
|
||||||
|
odd: "white"
|
||||||
|
enabled: true
|
||||||
|
locations:
|
||||||
|
Vancouver: "America/Vancouver"
|
||||||
|
Toronto: "America/Toronto"
|
||||||
|
position:
|
||||||
|
top: 0
|
||||||
|
left: 1
|
||||||
|
height: 1
|
||||||
|
width: 1
|
||||||
|
refreshInterval: 15
|
||||||
|
sort: "alphabetical"
|
||||||
|
title: "Clocks A"
|
||||||
|
type: "clocks"
|
||||||
|
clocks_b:
|
||||||
|
colors:
|
||||||
|
rows:
|
||||||
|
even: "lightblue"
|
||||||
|
odd: "white"
|
||||||
|
enabled: true
|
||||||
|
locations:
|
||||||
|
Avignon: "Europe/Paris"
|
||||||
|
Barcelona: "Europe/Madrid"
|
||||||
|
Dubai: "Asia/Dubai"
|
||||||
|
position:
|
||||||
|
top: 0
|
||||||
|
left: 2
|
||||||
|
height: 1
|
||||||
|
width: 1
|
||||||
|
refreshInterval: 15
|
||||||
|
sort: "alphabetical"
|
||||||
|
title: "Clocks B"
|
||||||
|
type: "clocks"
|
||||||
|
feedreader:
|
||||||
|
enabled: true
|
||||||
|
feeds:
|
||||||
|
- http://wtfutil.com/blog/index.xml
|
||||||
|
feedLimit: 10
|
||||||
|
position:
|
||||||
|
top: 1
|
||||||
|
left: 1
|
||||||
|
width: 2
|
||||||
|
height: 1
|
||||||
|
updateInterval: 14400
|
||||||
|
ipinfo:
|
||||||
|
colors:
|
||||||
|
name: "lightblue"
|
||||||
|
value: "white"
|
||||||
|
enabled: true
|
||||||
|
position:
|
||||||
|
top: 2
|
||||||
|
left: 1
|
||||||
|
height: 1
|
||||||
|
width: 1
|
||||||
|
refreshInterval: 150
|
||||||
|
power:
|
||||||
|
enabled: true
|
||||||
|
position:
|
||||||
|
top: 2
|
||||||
|
left: 2
|
||||||
|
height: 1
|
||||||
|
width: 1
|
||||||
|
refreshInterval: 15
|
||||||
|
title: "⚡️"
|
||||||
|
textfile:
|
||||||
|
enabled: true
|
||||||
|
filePath: "~/.config/wtf/config.yml"
|
||||||
|
format: true
|
||||||
|
position:
|
||||||
|
top: 0
|
||||||
|
left: 0
|
||||||
|
height: 4
|
||||||
|
width: 1
|
||||||
|
refreshInterval: 30
|
||||||
|
wrapText: false
|
||||||
|
uptime:
|
||||||
|
args: [""]
|
||||||
|
cmd: "uptime"
|
||||||
|
enabled: true
|
||||||
|
position:
|
||||||
|
top: 3
|
||||||
|
left: 1
|
||||||
|
height: 1
|
||||||
|
width: 2
|
||||||
|
refreshInterval: 30
|
||||||
|
type: cmdrunner
|
Loading…
Reference in New Issue
Block a user