update
This commit is contained in:
parent
ba15890c16
commit
fba9e89b80
4 changed files with 8 additions and 2 deletions
|
|
@ -13,6 +13,11 @@ profile still_water_left {
|
||||||
output eDP-1 enable scale 1.25 position 3072,0
|
output eDP-1 enable scale 1.25 position 3072,0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
profile still_water_right {
|
||||||
|
output 'Dell Inc. DELL U2720Q 74BP623' mode 3840x2160 position 0,0 scale 1.25
|
||||||
|
output eDP-1 enable scale 1.25 position 3072,0
|
||||||
|
}
|
||||||
|
|
||||||
profile Desktop {
|
profile Desktop {
|
||||||
output 'Dell Inc. DELL U2718Q FN84K9B408AL' mode 3840x2160 position 0,0 scale 1.25
|
output 'Dell Inc. DELL U2718Q FN84K9B408AL' mode 3840x2160 position 0,0 scale 1.25
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@ plotjuggler = docker exec -it ros2-vim bash -c 'source $HOME/uuv/ros2/install/se
|
||||||
rqt = docker exec -it ros2-vim bash -c 'source $HOME/uuv/ros2/install/setup.bash && rqt'
|
rqt = docker exec -it ros2-vim bash -c 'source $HOME/uuv/ros2/install/setup.bash && rqt'
|
||||||
rqt_graph = docker exec -it ros2-vim bash -c 'source $HOME/uuv/ros2/install/setup.bash && rqt_graph'
|
rqt_graph = docker exec -it ros2-vim bash -c 'source $HOME/uuv/ros2/install/setup.bash && rqt_graph'
|
||||||
rqt_image_view = docker exec -it ros2-vim bash -c 'source $HOME/uuv/ros2/install/setup.bash && ros2 run rqt_image_view rqt_image_view'
|
rqt_image_view = docker exec -it ros2-vim bash -c 'source $HOME/uuv/ros2/install/setup.bash && ros2 run rqt_image_view rqt_image_view'
|
||||||
|
tf_tree = docker exec -it ros2-vim bash -c 'source $HOME/uuv/ros2/install/setup.bash && ros2 run rqt_tf_tree rqt_tf_tree'
|
||||||
rviz2 = docker exec -it ros2-vim bash -c 'source $HOME/uuv/ros2/install/setup.bash && rviz2'
|
rviz2 = docker exec -it ros2-vim bash -c 'source $HOME/uuv/ros2/install/setup.bash && rviz2'
|
||||||
|
|
||||||
goldencheetah-xwayland = bash -c "QT_QPA_PLATFORM=xcb $HOME/Applications/GoldenCheetah_v3.6-DEV.AppImage"
|
goldencheetah-xwayland = bash -c "QT_QPA_PLATFORM=xcb $HOME/Applications/GoldenCheetah_v3.6-DEV.AppImage"
|
||||||
|
|
|
||||||
|
Can't render this file because it contains an unexpected character in line 7 and column 34.
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit cdf1f2630c827337cae50ee50c169b53dec2c4de
|
Subproject commit 3ede97a5ebcea293aed158144550617bb38510db
|
||||||
|
|
@ -100,7 +100,7 @@
|
||||||
"format": "{}% "
|
"format": "{}% "
|
||||||
},
|
},
|
||||||
"temperature": {
|
"temperature": {
|
||||||
"thermal-zone": 7,
|
"thermal-zone": 10,
|
||||||
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
|
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
|
||||||
"critical-threshold": 80,
|
"critical-threshold": 80,
|
||||||
// "format-critical": "{temperatureC}°C {icon}",
|
// "format-critical": "{temperatureC}°C {icon}",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue