diff options
| author | xengineering <me@xengineering.eu> | 2023-02-12 21:35:53 +0100 | 
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2023-02-12 21:35:53 +0100 | 
| commit | ea3e35e9384ebdb4454ad098bf158272621cca5f (patch) | |
| tree | e7c17bf4f0149e9a4f74a9c03fbc8a09b8b6a7e1 /yambar | |
| parent | fe42d99643cb31a2177af7632f7ecf4797501f64 (diff) | |
| download | dotfiles-ea3e35e9384ebdb4454ad098bf158272621cca5f.tar dotfiles-ea3e35e9384ebdb4454ad098bf158272621cca5f.tar.zst dotfiles-ea3e35e9384ebdb4454ad098bf158272621cca5f.zip  | |
Add yambar config
Diffstat (limited to 'yambar')
| -rw-r--r-- | yambar/config.yml | 21 | 
1 files changed, 21 insertions, 0 deletions
diff --git a/yambar/config.yml b/yambar/config.yml new file mode 100644 index 0000000..263cefb --- /dev/null +++ b/yambar/config.yml @@ -0,0 +1,21 @@ +bar: +  height: 26 +  location: top +  background: 00000090 + +  center: +    - network: +        name: enp0s31f6 +        content: +          string: {text: "{name}: {state}", right-margin: 10} +    - network: +        name: wlp3s0 +        content: +          string: {text: "{name}: {state}"} + +  right: +    - clock: +        date-format: "KW %U %Y-%m-%d" +        content: +          - string: {text: "{date}", right-margin: 10} +          - string: {text: "{time}"}  | 
