Added menu bar applications for macOS
This commit is contained in:
parent
1b58609440
commit
e9fa5f43cd
3 changed files with 61 additions and 9 deletions
10
docs/TODO.md
10
docs/TODO.md
|
@ -12,27 +12,19 @@ https://github.com/Sigil-Ebook/Sigil
|
||||||
|
|
||||||
## add
|
## add
|
||||||
https://github.com/shaojiankui/ProfilesManager
|
https://github.com/shaojiankui/ProfilesManager
|
||||||
https://github.com/BonzaiThePenguin/Loading
|
https://github.com/hschmidt/EnvPane --- no brew cask for this
|
||||||
https://github.com/hschmidt/EnvPane
|
|
||||||
https://github.com/halo/LinkLiar
|
|
||||||
https://github.com/ProfileCreator/ProfileCreator
|
https://github.com/ProfileCreator/ProfileCreator
|
||||||
https://github.com/Toinane/colorpicker
|
|
||||||
https://github.com/vladimiry/ElectronMail
|
https://github.com/vladimiry/ElectronMail
|
||||||
https://github.com/sindresorhus/Actions
|
https://github.com/sindresorhus/Actions
|
||||||
https://github.com/lanayotech/vagrant-manager
|
https://github.com/lanayotech/vagrant-manager
|
||||||
https://github.com/wellsjo/JSON-Splora
|
https://github.com/wellsjo/JSON-Splora
|
||||||
https://github.com/ytmdesktop/ytmdesktop
|
https://github.com/ytmdesktop/ytmdesktop
|
||||||
https://github.com/leits/MeetingBar
|
|
||||||
https://github.com/koekeishiya/skhd
|
https://github.com/koekeishiya/skhd
|
||||||
https://github.com/Ji4n1ng/OpenInTerminal
|
https://github.com/Ji4n1ng/OpenInTerminal
|
||||||
https://github.com/objective-see/LuLu
|
|
||||||
https://github.com/dwarvesf/hidden
|
|
||||||
https://github.com/gao-sun/eul
|
|
||||||
https://github.com/GetStream/Winds
|
https://github.com/GetStream/Winds
|
||||||
https://github.com/keycastr/keycastr
|
https://github.com/keycastr/keycastr
|
||||||
https://github.com/pqrs-org/Karabiner-Elements
|
https://github.com/pqrs-org/Karabiner-Elements
|
||||||
https://github.com/utmapp/UTM
|
https://github.com/utmapp/UTM
|
||||||
https://github.com/MonitorControl/MonitorControl
|
|
||||||
|
|
||||||
# Tiltfile
|
# Tiltfile
|
||||||
✖ ERROR Gsettings Failed to apply gsetting
|
✖ ERROR Gsettings Failed to apply gsetting
|
||||||
|
|
|
@ -442,6 +442,7 @@ softwareGroups:
|
||||||
- rkhunter
|
- rkhunter
|
||||||
Essentials-Desktop: &Essentials-Desktop
|
Essentials-Desktop: &Essentials-Desktop
|
||||||
- autokey
|
- autokey
|
||||||
|
- eul
|
||||||
- firefox
|
- firefox
|
||||||
- flow-launcher
|
- flow-launcher
|
||||||
- fonts
|
- fonts
|
||||||
|
@ -596,7 +597,11 @@ softwareGroups:
|
||||||
- edex-ui
|
- edex-ui
|
||||||
- google-assistant
|
- google-assistant
|
||||||
- gnome-tweaks
|
- gnome-tweaks
|
||||||
|
- hiddenbar
|
||||||
|
- linkliar
|
||||||
- mark-text
|
- mark-text
|
||||||
|
- meetingbar
|
||||||
|
- monitorcontrol
|
||||||
- pake
|
- pake
|
||||||
- pock
|
- pock
|
||||||
- pretzel
|
- pretzel
|
||||||
|
@ -732,6 +737,7 @@ softwareGroups:
|
||||||
- yubikey-manager
|
- yubikey-manager
|
||||||
Security-Desktop: &Security-Desktop
|
Security-Desktop: &Security-Desktop
|
||||||
- bitwarden
|
- bitwarden
|
||||||
|
- lulu
|
||||||
- mullvad-vpn
|
- mullvad-vpn
|
||||||
- portmaster
|
- portmaster
|
||||||
- protonvpn
|
- protonvpn
|
||||||
|
|
54
software.yml
54
software.yml
|
@ -2546,6 +2546,24 @@ softwarePackages:
|
||||||
_name: fkill
|
_name: fkill
|
||||||
npm: fkill-cli
|
npm: fkill-cli
|
||||||
_type: cli
|
_type: cli
|
||||||
|
lulu:
|
||||||
|
_bin: null
|
||||||
|
_desc: Powerful firewall application for macOS
|
||||||
|
_docs: https://objective-see.org/products/lulu.html
|
||||||
|
_github: https://github.com/objective-see/LuLu
|
||||||
|
_home: https://objective-see.org/products/lulu.html
|
||||||
|
_name: LuLu
|
||||||
|
_when:cask: '! test -d /Applications/LuLu.app'
|
||||||
|
cask: lulu
|
||||||
|
hiddenbar:
|
||||||
|
_bin: null
|
||||||
|
_desc: macOS menu bar application that allows you to add menu bar items to a hideable drawer
|
||||||
|
_docs: https://github.com/dwarvesf/hidden
|
||||||
|
_github: https://github.com/dwarvesf/hidden
|
||||||
|
_home: https://dwarves.foundation/opensource/
|
||||||
|
_name: Hidden Bar
|
||||||
|
_when:cask: '! test -d "/Applications/Hidden Bar.app"'
|
||||||
|
cask: hiddenbar
|
||||||
flameshot:
|
flameshot:
|
||||||
_bin: flameshot
|
_bin: flameshot
|
||||||
_desc: Powerful yet simple to use screenshot software
|
_desc: Powerful yet simple to use screenshot software
|
||||||
|
@ -2618,6 +2636,42 @@ softwarePackages:
|
||||||
_home: https://github.com/chrissimpkins/Crunch
|
_home: https://github.com/chrissimpkins/Crunch
|
||||||
_name: Crunch
|
_name: Crunch
|
||||||
brew: crunch
|
brew: crunch
|
||||||
|
eul:
|
||||||
|
_bin: null
|
||||||
|
_desc: Menu bar application that shows system stats like CPU, RAM, and disk usage on macOS
|
||||||
|
_docs: https://github.com/gao-sun/eul
|
||||||
|
_github: https://github.com/gao-sun/eul
|
||||||
|
_home: https://github.com/gao-sun/eul
|
||||||
|
_name: Eul
|
||||||
|
_when:cask: '! test -d /Applications/eul.app'
|
||||||
|
cask: eul
|
||||||
|
linkliar:
|
||||||
|
_bin: null
|
||||||
|
_desc: Menu bar application for macOS that allows you to spoof your MAC address
|
||||||
|
_docs: https://halo.github.io/LinkLiar/usage.html
|
||||||
|
_home: https://halo.github.io/LinkLiar/
|
||||||
|
_github: https://github.com/halo/LinkLiar
|
||||||
|
_name: Link Liar
|
||||||
|
_when:cask: '! test -d /Applications/LinkLiar.app'
|
||||||
|
cask: linkliar
|
||||||
|
monitorcontrol:
|
||||||
|
_bin: null
|
||||||
|
_desc: Menu bar application for macOS that allows you to control the screen brightness and volume
|
||||||
|
_docs: https://github.com/MonitorControl/MonitorControl
|
||||||
|
_github: https://github.com/MonitorControl/MonitorControl
|
||||||
|
_home: https://github.com/MonitorControl/MonitorControl
|
||||||
|
_name: Monitor Control
|
||||||
|
_when:brew: '! test -d /Applications/MonitorControl.app'
|
||||||
|
brew:darwin: monitorcontrol
|
||||||
|
meetingbar:
|
||||||
|
_bin: null
|
||||||
|
_desc: Meeting menu bar application that shows calendar event details on macOS
|
||||||
|
_docs: https://github.com/leits/MeetingBar
|
||||||
|
_github: https://github.com/leits/MeetingBar
|
||||||
|
_home: https://apps.apple.com/app/id1532419400
|
||||||
|
_name: Meeting Bar
|
||||||
|
_when:brew: '! test -d /Applications/MeetingBar.app'
|
||||||
|
brew:darwin: meetingbar
|
||||||
crunch-app:
|
crunch-app:
|
||||||
_bin: null
|
_bin: null
|
||||||
_desc: The macOS companion app for the crunch CLI tool that compresses PNG images.
|
_desc: The macOS companion app for the crunch CLI tool that compresses PNG images.
|
||||||
|
|
Loading…
Reference in a new issue