feat(xbar): update plugin images and bump versions

This commit is contained in:
2025-08-24 22:44:54 +01:00
parent 70e616332e
commit 0224bd608c
3 changed files with 9 additions and 8 deletions

View File

@@ -2,11 +2,11 @@
# frozen_string_literal: true
# <xbar.title>Brew Services</xbar.title>
# <xbar.version>v3.2.1</xbar.version>
# <xbar.version>v3.2.2</xbar.version>
# <xbar.author>Jim Myhrberg</xbar.author>
# <xbar.author.github>jimeh</xbar.author.github>
# <xbar.desc>List and manage Homebrew Services</xbar.desc>
# <xbar.image>https://i.imgur.com/PusYz5W.png</xbar.image>
# <xbar.image>https://raw.githubusercontent.com/jimeh/dotfiles/70e616332e9cc196d365e5375156b27ce8c9451e/xbar/img/brew-services.png</xbar.image>
# <xbar.dependencies>ruby</xbar.dependencies>
# <xbar.abouturl>https://github.com/jimeh/dotfiles/tree/main/xbar</xbar.abouturl>
#
@@ -23,8 +23,8 @@
# rubocop:disable Style/IfUnlessModifier
require 'fileutils'
require 'open3'
require 'json'
require 'open3'
require 'set'
# Xbar is a tiny helper library for creating Xbar and SwiftBar plugins in Ruby.

View File

@@ -4,11 +4,11 @@
# rubocop:disable Layout/LineLength
# <xbar.title>Brew Updates</xbar.title>
# <xbar.version>v2.7.1</xbar.version>
# <xbar.version>v2.7.2</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/HbSHhaa.png</xbar.image>
# <xbar.image>https://raw.githubusercontent.com/jimeh/dotfiles/70e616332e9cc196d365e5375156b27ce8c9451e/xbar/img/brew-updates.png</xbar.image>
# <xbar.dependencies>ruby</xbar.dependencies>
# <xbar.abouturl>https://github.com/jimeh/dotfiles/tree/main/xbar</xbar.abouturl>
#
@@ -30,8 +30,8 @@
# rubocop:disable Style/IfUnlessModifier
require 'fileutils'
require 'open3'
require 'json'
require 'open3'
require 'set'
# Xbar is a tiny helper library for creating Xbar and SwiftBar plugins in Ruby.

View File

@@ -4,10 +4,11 @@
# rubocop:disable Layout/LineLength
# <xbar.title>Mise Updates</xbar.title>
# <xbar.version>v0.3.1</xbar.version>
# <xbar.version>v1.0.0</xbar.version>
# <xbar.author>Jim Myhrberg</xbar.author>
# <xbar.author.github>jimeh</xbar.author.github>
# <xbar.desc>List and manage outdated tools installed with mise</xbar.desc>
# <xbar.image>https://raw.githubusercontent.com/jimeh/dotfiles/70e616332e9cc196d365e5375156b27ce8c9451e/xbar/img/mise-updates.png</xbar.image>
# <xbar.dependencies>ruby</xbar.dependencies>
# <xbar.abouturl>https://github.com/jimeh/dotfiles/tree/main/xbar</xbar.abouturl>
#
@@ -26,8 +27,8 @@
# rubocop:disable Style/IfUnlessModifier
require 'fileutils'
require 'open3'
require 'json'
require 'open3'
require 'set'
# Xbar is a tiny helper library for creating Xbar and SwiftBar plugins in Ruby.