Port details |
- sfwbar Flexible taskbar application for wayland compositors
- 1.0.b15_1 x11 =2 1.0.b14_1Version of this port present on the latest quarterly branch.
- Maintainer: tino.engel@mail.de
- Port Added: 2022-12-02 10:06:09
- Last Update: 2024-11-23 08:31:00
- Commit Hash: 5505c50
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: wayland
- License: GPLv3
- WWW:
- https://github.com/LBCrion/sfwbar
- Description:
- SFWBar (S* Floating Window Bar) is a flexible taskbar application for
wayland compositors, designed with a stacking layout in mind.
Originally developed for Sway, SFWBar will work with any wayland compositor
supporting layer shell protocol, the taskbar and window switcher functionality
shall work with any compositor supportinig foreign toplevel protocol,
but the pager, and window placement functionality require sway
(or at least i3 IPC support).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/x11/sfwbar/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/sfwbar
- pkg install sfwbar
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sfwbar
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1730625550
SHA256 (LBCrion-sfwbar-v1.0_beta15_GH0.tar.gz) = e7b45b810659ddb4c1877c486e6c2e40830473ff2e562a9176b149eae1fa8b5f
SIZE (LBCrion-sfwbar-v1.0_beta15_GH0.tar.gz) = 405881
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rst2man : textproc/py-docutils@py311
- wayland-protocols>0 : graphics/wayland-protocols
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- python3.11 : lang/python311
- Library dependencies:
-
- libgtk-layer-shell.so : x11-toolkits/gtk-layer-shell
- libjson-c.so : devel/json-c
- libwayland-client.so : graphics/wayland
- libasound.so : audio/alsa-lib
- libmpdclient.so : audio/libmpdclient
- libpulse.so : audio/pulseaudio
- libxkbregistry.so : x11/libxkbcommon
- libatk-1.0.so : accessibility/at-spi2-core
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libharfbuzz.so : print/harfbuzz
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for sfwbar-1.0.b15_1:
ALSA=on: ALSA audio volume control
MPD=on: Music player daemon control
NM=on: Network manager module
PULSEAUDIO=on: Pulse audio volume control
XKB=on: XkbCommon keyboard layout conversion support
===> Use 'make config' to modify these settings
- Options name:
- x11_sfwbar
- USES:
- gnome meson pkgconfig python:run
- pkg-message:
- For install:
- Copy sfwbar.config from /usr/local/share/sfwbar to ~/.config/sfwbar/.
If you prefer to start with something more like tint2 bar, you can copy t2.config into ~/.config/sfwbar/sfwbar.config instead.
If you want something like waybar, you can copy wbar.config and if you prefer something from the darker side, w10.config could be for you.
For more information on the format of configuration file, please see the man page
If you're using sway, you may want to add the following lines to your sway config file to open windows as floating by default:
# open new windows as floating by default
for_window [app_id="[.]*"] floating enable
# set Alt-tab as a task switcher combo
bindsym Alt+Tab bar hidden_state toggle
# set $mod+c to hide/unhide taskbar
bindsym $mod+c bar mode toggle
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.b15_1 23 Nov 2024 08:31:00 |
Gleb Popov (arrowd) |
*: Bump PORTREVISIONs of Pulseaudio consumers
Sponsored by: Future Crew, LLC |
1.0.b15 03 Nov 2024 18:04:40 |
Vladimir Druzenko (vvd) Author: Tino Engel |
x11/sfwbar: Update 1.0_beta14 → 1.0_beta15
Changelog:
https://github.com/LBCrion/sfwbar/releases/tag/v1.0_beta15
PR: 282519 |
1.0.b14_1 29 Oct 2024 11:49:52 |
Zsolt Udvari (uzsolt) Author: Tino Engel |
x11/sfwbar: Add python as runtime dependency
Pet portfmt.
PR: 276609
Approved by: submitter is maintainer |
1.0.b14_1 12 Jan 2024 22:40:48 |
Muhammad Moinur Rahman (bofh) |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
1.0.b14 12 Jan 2024 11:40:20 |
Gleb Popov (arrowd) |
x11/sfwbar: Install mans to share and sort plist. |
1.0.b14 12 Jan 2024 11:07:31 |
Gleb Popov (arrowd) Author: Tino Engel |
x11/sfwbar: Update to v1.0_beta14
PR: 276111 |
1.0.b13_1 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
1.0.b13 23 Oct 2023 14:45:22 |
Fernando Apesteguía (fernape) Author: Tino Engel |
x11/sfwbar: upgrade to 1.0.b13
ChangeLog: https://github.com/LBCrion/sfwbar/releases
* Implement bluez module
* Add WidgetId() expression function, assign id's to all widgets
* Add Eval action
* Add SwitcherEvent action. Support backwards switching.
* Allow config to modify widgets. Implement ClearWidget action.
PR: 274664
Reported by: tino.engel@mail.de (maintainer) |
1.0.b12 04 Sep 2023 06:34:09 |
Fernando Apesteguía (fernape) Author: Tino Engel |
x11/sfwbar: upgrade to 1.0.b12_1
PR: 273470
Reported by: tino.engel@mail.de (maintainer) |
1.0.b9_1 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
1.0.b9 02 Dec 2022 10:49:48 |
Gleb Popov (arrowd) |
x11/sfwbar: Makefile fixes.
Reported by: jbeich |
v1.0.b9 02 Dec 2022 10:03:57 |
Gleb Popov (arrowd) Author: Tino Engel |
x11/sfwbar: + Flexible taskbar application for wayland compositors
PR: 268085 |