blob: 14da18fd8c840c98ce73c35c7bb2965099968483 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
# nixos-config - My current NixOS configuration
#
# Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de>
# SPDX-License-Identifier: GPL-3.0-or-later
#
# This file is part of my nixos-config.
#
# You should have received a copy of the License along with this program.
# If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
---
# Config file for yambar
# Note that this may be version-dependent, this file is written for v1.8.0
bar:
right:
# - network:
# name: wlp5s0
# poll-interval: 10
# content:
# map:
# on-click: /bin/sh -c "nmtui"
# conditions:
# ~carrier: {empty: {}}
# carrier:
# string: {text: " {ssid} ", deco: *combutil}
# - network:
# name: enp4s0
# content:
# map:
# on-click: /bin/sh -c "nmtui"
# conditions:
# ~carrier:
# string: {text: " Eth failed ", deco: *combutil}
# carrier: {empty: {}}
# - script: # Grade average
# path: grade_average_script
# content:
# string:
# text: " {grade} "
# deco: *combmem
# - script: # tray
# path: /home/dt/.config/yambar/scripts/yambar-tray
# content:
# empty: {}
# - script:
# path: /home/dt/.config/yambar/scripts/yambar-tray-width
# poll-interval: 10
# content:
# string:
# text: "{padding}"
# deco: *combmem
|