Scott Moreau

Results 220 comments of Scott Moreau

I think you mean: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3905 👍

Closing this since the problem was in mesa and a fix has been merged.

Are you able to use spaces in the format or do they get stripped?

Well you might have better results with the [command-output](https://github.com/WayfireWM/wf-shell/wiki/wf%E2%80%90panel#command-output) widget, if you don't need to click on it for the calendar.

I tested here, and it seems this works `clock_format = %l:%M:%S %p%n %a %b %d`.

Try this for command-output: ``` [panel] command_output_datetime = date +' %H:%M:%S%n %b/%m/%d' command_output_period_datetime = 1 command_output_icon_datetime = widgets_right = tray command-output ```

Check the [wiki](https://github.com/WayfireWM/wf-shell/wiki/Style:-overview) regarding style.

For example, you can write this in `~/.config/wf-shell/css/command-output.css`: ``` .wf-panel .command-output { font-size: 20px; } ```

In general, you have to close wcm while saving the config file in an editor. The file isn't reloaded by wcm when it is modified externally.