Skip to content

[enhanced] Simple (yet powerful) Übersicht status bar with yabai support.

License

Notifications You must be signed in to change notification settings

LeaveNhA/weekend-snow-white

 
 

Repository files navigation

[WeekEnd] Snow White

Simple Übersicht widget status bar with yabai support.

Originally forked from https://github.com/kkga/nibar. And I heavly changed it to create my vision set of thematic widget collection and visually satisfactory UI/UX for MacOS.

Showcase

Wallpaper

img

Usage screen-shots

img img img

Installation

Clone this repo to your Übersicht widgets directory.

# assuming your widgets are in the default Übersicht location
$ git clone https://github.com/LeaveNhA/snow-white-nibar.git $HOME/Library/Application\ Support/Übersicht/widgets/snowwhite-nibar

Font

As font, widget uses Hack Nerd Font.

Alacritty Theme configuration

You should add the theme colors into your Alacritty configuration in ~/.config/alacritty/alacritty.yml

# Colors
colors:
  # Default colors
  primary:
    background: '#ffffff'
    foreground: '#424153'

  # Cursor colors
  cursor:
    cursor: '#cccccc'
    text: '#000000'

  # Normal colors
  normal:
    black: '#000000'
    blue: '#5c6eb0'
    cyan: '#5ca1b0'
    green: '#74a05d'
    magenta: '#a8629a'
    red: '#b05e6c'
    white: '#cccccc'
    yellow: '#b2a34a'

  # Bright colors
  bright:
    black: '#424153'
    blue: '#6d87c7'
    cyan: '#6db1c7'
    green: '#8fbd70'
    magenta: '#c37fbf'
    red: '#db6e7f'
    white: '#ffffff'
    yellow: '#d4c158'

  # Selection colors
  selection:
    background: '#f0f0f0'
    text: '#424153'

Dependencies

  • SF Symbols (dictated) — used for symbols in the statusbar widget

Usage

Refreshing yabai workspaces widget

This library doesn't require any Yabai sided refreshing, yet. Until then, stay focused!

About

[enhanced] Simple (yet powerful) Übersicht status bar with yabai support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.1%
  • Shell 11.9%