aboutsummaryrefslogtreecommitdiffstats
path: root/home-manager
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-03-05 13:18:26 +0100
committerene <ene@sils.li>2023-03-05 13:19:09 +0100
commit39db58326cade13a8aaed405cec4ff929ee6c25b (patch)
tree74e9f6f44df0edaf1d8e30924860f78c4225fcbb /home-manager
parentFix(hm/wms/river): Make gammastep host dependent (diff)
downloadnixos-config-39db58326cade13a8aaed405cec4ff929ee6c25b.zip
Fix(hm/conf/yambar): Remove networks bc they are host dependent
Diffstat (limited to 'home-manager')
-rw-r--r--home-manager/config/yambar/config/config.yml38
1 files changed, 19 insertions, 19 deletions
diff --git a/home-manager/config/yambar/config/config.yml b/home-manager/config/yambar/config/config.yml
index adf38f3d..39ecfdb3 100644
--- a/home-manager/config/yambar/config/config.yml
+++ b/home-manager/config/yambar/config/config.yml
@@ -126,25 +126,25 @@ bar:
### Right, system tray
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: {}}
+ #- 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: # Sound volume
path: @volume_script@