Compare commits

...

2 Commits

2 changed files with 12 additions and 3 deletions

View File

@@ -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;
}
}

View File

@@ -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>
#