This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
"blocks": [ | |
{ | |
"type": "prompt", | |
"alignment": "left", | |
"segments": [ | |
{ | |
"leading_diamond": "\ue0b6", | |
"template": "{{ .Icon }} {{ .HostName }} ", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Even tough there exists an auto-refresh mode at gifs.com this simple script automatically enters presentation mode, | |
-- fades out the the annyoing bottom bar and you can choose a specific delay for when the next gif should be shown. | |
tell application "Google Chrome" | |
reopen | |
activate | |
tell window 1 to enter presentation mode | |
tell window 1 to make new tab with properties {URL:"http://www.gifs.com"} | |
delay 10 | |
tell application "Google Chrome" |