adjust sizes and paddings
- icons in sidebar / content listing - copy buttons - nav spacing - headings - code blocks
This commit is contained in:
parent
b398aafcce
commit
c9db5773d3
8 changed files with 25 additions and 22 deletions
|
@ -115,7 +115,7 @@ To start with lets make a clock. To get the time we'll use the `date` command.
|
|||
We can use a [Process](/docs/types/quickshell.io/process) object to run commands
|
||||
and return their results.
|
||||
|
||||
We'll listen to the @@Quickshell.Io.DataStreamParser.read(s) emitted by
|
||||
We'll listen to the @@Quickshell.Io.DataStreamParser.read(s) signal emitted by
|
||||
@@Quickshell.Io.SplitParser using a
|
||||
[signal handler](/docs/configuration/qml-overview/#signal-handlers)
|
||||
to update the text on the clock.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue