mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Compare commits
2 Commits
9860b72e31
...
cb7ff641f0
| Author | SHA1 | Date | |
|---|---|---|---|
|
cb7ff641f0
|
|||
|
633a837682
|
@@ -1,7 +1,7 @@
|
||||
/* ==UserStyle==
|
||||
@name GitHub Tab-Size
|
||||
@description Customize tab-width in GitHub code views
|
||||
@version 1.0.3
|
||||
@version 1.1.0
|
||||
@license CC0-1.0
|
||||
@author Jim Myhrberg (https://jimeh.me/)
|
||||
@namespace jimeh.me
|
||||
@@ -24,3 +24,12 @@
|
||||
tab-size: ghts-tab-size !important;
|
||||
}
|
||||
}
|
||||
|
||||
@-moz-document domain("cs.github.com") {
|
||||
body {
|
||||
-moz-tab-size: ghts-tab-size !important;
|
||||
-webkit-tab-size: ghts-tab-size !important;
|
||||
-o-tab-size: ghts-tab-size !important;
|
||||
tab-size: ghts-tab-size !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
# <xbar.title>Brew Updates</xbar.title>
|
||||
# <xbar.version>v2.3.0</xbar.version>
|
||||
# <xbar.version>v2.3.1</xbar.version>
|
||||
# <xbar.author>Jim Myhrberg</xbar.author>
|
||||
# <xbar.author.github>jimeh</xbar.author.github>
|
||||
# <xbar.desc>List and manage outdated Homebrew formulas and casks</xbar.desc>
|
||||
# <xbar.image>https://i.imgur.com/2VRODKH.png</xbar.image>
|
||||
# <xbar.image>https://i.imgur.com/HLKYqYc.png</xbar.image>
|
||||
# <xbar.dependencies>ruby</xbar.dependencies>
|
||||
# <xbar.abouturl>https://github.com/jimeh/dotfiles/tree/main/xbar</xbar.abouturl>
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user