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
tell application "System Events" | |
tell application process "Control Center" | |
click (first menu bar item of menu bar 1 ¬ | |
whose value of attribute "AXIdentifier" is "com.apple.menuextra.user") | |
click (first button of window "Control Center" whose name is "Username") | |
end tell | |
end tell |
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
.rtl {} | |
.home {} | |
.blog {} | |
.archive {} | |
.date {} | |
.search {} | |
.paged {} | |
.attachment {} | |
.error404 {} | |
.single postid-(id) {} |
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
[{y:0.225,x:4.25},"2"], | |
[{y:-0.975,x:2.25},"Esc","1",{x:10.5},"-","+","BckSpc"], | |
[{x:2.25,w:1.25},"Tab","Q",{x:10.98},"{",{x:-0.01},"}"], | |
[{x:2.25,w:1.4},"Caps Lock","A",{x:11.09},"\"",{x:0},"Enter"], | |
[{x:2.25,w:1.55},"Shift","Z",{x:11.42,w:1.5},"Shift"], | |
[{x:2.25},"Ctrl","Alt",{x:11.49},"Ctrl",{x:0},"Ctrl"], | |
[{r:1,rx:5.15,ry:1.8,y:-0.56,x:-0.585},"W"], | |
[{r:3.5,rx:5.3,ry:2.85,y:-0.58,x:-0.61},"S"], | |
[{r:4.4,rx:5.85,ry:0.8,y:-0.532,x:-0.54},"3"], | |
[{r:8,rx:6.25,ry:1.9,y:-0.55,x:-0.623},"E"], |
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
atom-text-editor, | |
atom-workspace { | |
font-family: "OperatorSSm-Light"; | |
font-size: 13px; | |
line-height: 1.6; | |
} | |
atom-text-editor { | |
background-color: hsl(243, 26%, 12%) !important; | |
} |