-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Newline for clock #282
Comments
try this in your wf-shell.ini file clock_format = %H:%M%n%e %a |
This works, however, is there a way to better center everything? |
Are you able to use spaces in the format or do they get stripped? |
As far as I can tell they get stripped |
Well you might have better results with the command-output widget, if you don't need to click on it for the calendar. |
Gonna be honest, I have no idea what I'm looking at with that, or its implications |
I tested here, and it seems this works |
Try this for command-output:
|
That kind of worked, but opening the wcm instantly nukes that |
Fixed it by making sure WCM was closed before opening it agian, and it's correct looking now, but, the fonts super tiny |
Check the wiki regarding style. |
For example, you can write this in
|
I'm pretty sure I understand what to do there, but, after opening wcm to set a css directory, it ate the command_output again from wf-shell.ini |
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. |
Either I don't understand what you mean, or you're not understanding what I mean. I opened wcm to set a css directory, closed wcm, pulled up the panel, saw the clock was missing, opened wf-shell.ini in my text editor, and the command was eaten again. |
Hm, maybe @NamorNiradnug has an idea about that, but that's a wcm/wf-config issue and not a wf-shell issue. But if you write a file in |
On another note, perhaps I'm misunderstanding, but why couldn't we just
|
If that works, I don't see a reason why not. 👍 |
It doesn't, and I don't know why. I have it saved in ~/.config/wf-shell/css/clock.css. Even from reading the docs I'm not entirely sure how much normal css translates to this. |
I tried something silly, and set the clocks font-size to 40, just to see if anything actually changes, and nothing happens. There is clearly something I am doing wrong. |
You can try this patch, because it seems there is no way to center widget text with css. |
The patch is already unavailable, but |
This is definitely a problem with |
I prefer the time above the date, so if we could put something like \n in the feild to do this, that would be much appreciated.
The text was updated successfully, but these errors were encountered: